Skip to content

Instantly share code, notes, and snippets.

@chukaofili
Created May 24, 2018 00:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save chukaofili/0389b3e9cb2b391faa5cf68660a481d3 to your computer and use it in GitHub Desktop.
Save chukaofili/0389b3e9cb2b391faa5cf68660a481d3 to your computer and use it in GitHub Desktop.
Helm rbac config
apiVersion: v1
kind: ServiceAccount
metadata:
name: tiller
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
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