Skip to content

Instantly share code, notes, and snippets.

@yurenju
Created April 18, 2019 09:32
Show Gist options
  • Save yurenju/00caf4c5e71336157ce800a6483642f6 to your computer and use it in GitHub Desktop.
Save yurenju/00caf4c5e71336157ce800a6483642f6 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ServiceAccount
metadata:
name: tx
namespace: default
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
...
spec:
template:
metadata:
labels:
...
spec:
serviceAccountName: tx
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment