Skip to content

Instantly share code, notes, and snippets.

@Aisuko
Created May 10, 2019 12:44
Show Gist options
  • Save Aisuko/5ba3848763624bb0990d286c4c7ee725 to your computer and use it in GitHub Desktop.
Save Aisuko/5ba3848763624bb0990d286c4c7ee725 to your computer and use it in GitHub Desktop.
server-account of helm's triller
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