Skip to content

Instantly share code, notes, and snippets.

@ipedrazas
Created February 22, 2019 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipedrazas/6edbd57ae813e999e78c475fbd6c3fe6 to your computer and use it in GitHub Desktop.
Save ipedrazas/6edbd57ae813e999e78c475fbd6c3fe6 to your computer and use it in GitHub Desktop.
Add ServiceAccount to Deploymetn/Pod
kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment