Skip to content

Instantly share code, notes, and snippets.

@pathcl
Created December 2, 2019 16:04
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 pathcl/1b1228c6eae222a641e0deed0a8780fe to your computer and use it in GitHub Desktop.
Save pathcl/1b1228c6eae222a641e0deed0a8780fe to your computer and use it in GitHub Desktop.
rbac-helm.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: tiller
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: tiller
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: tiller
namespace: kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment