Skip to content

Instantly share code, notes, and snippets.

@flypenguin
Created November 11, 2018 14:11
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 flypenguin/6ab9c6f0ef92ca340f4f33dbb8e2385b to your computer and use it in GitHub Desktop.
Save flypenguin/6ab9c6f0ef92ca340f4f33dbb8e2385b to your computer and use it in GitHub Desktop.
k8s-kubectl-prepare-helm
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