Skip to content

Instantly share code, notes, and snippets.

@owensengoku
Created April 6, 2019 11:22
Show Gist options
  • Save owensengoku/34807aa5a682abb9d7f4fab3c4ebcb51 to your computer and use it in GitHub Desktop.
Save owensengoku/34807aa5a682abb9d7f4fab3c4ebcb51 to your computer and use it in GitHub Desktop.
helm-service-account.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: tiller
namespace: kube-system
---
apiVersion: v1
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: tiller-role-binding
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io
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