Skip to content

Instantly share code, notes, and snippets.

@timhberry
Created June 15, 2018 09:13
Show Gist options
  • Save timhberry/7ca738f78b3d3b6c290ce639459c3221 to your computer and use it in GitHub Desktop.
Save timhberry/7ca738f78b3d3b6c290ce639459c3221 to your computer and use it in GitHub Desktop.
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