Skip to content

Instantly share code, notes, and snippets.

@mvmaasakkers
Last active September 18, 2019 13:39
Show Gist options
  • Save mvmaasakkers/c5cced8585b7fca04daf5bbd3bc1eaaf to your computer and use it in GitHub Desktop.
Save mvmaasakkers/c5cced8585b7fca04daf5bbd3bc1eaaf to your computer and use it in GitHub Desktop.
tiller-clusterrolebinding.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