Skip to content

Instantly share code, notes, and snippets.

@autodidacticon
Created February 5, 2019 04:25
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 autodidacticon/ef66d85e0aa270222207acb52385f6c3 to your computer and use it in GitHub Desktop.
Save autodidacticon/ef66d85e0aa270222207acb52385f6c3 to your computer and use it in GitHub Desktop.
helm-svc-acct
apiVersion: v1
kind: ServiceAccount
metadata:
name: helm
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: helm
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: helm
namespace: kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment