Created
August 9, 2019 20:07
-
-
Save TsuyoshiUshio/e3b8b8e637699a9b688c97ccbe60838f to your computer and use it in GitHub Desktop.
Give access right for Tiller.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: tiller | |
| namespace: kube-system | |
| --- | |
| kind: ClusterRoleBinding | |
| apiVersion: rbac.authorization.k8s.io/v1beta1 | |
| metadata: | |
| name: tiller-clusterrolebinding | |
| subjects: | |
| - kind: ServiceAccount | |
| name: tiller | |
| namespace: kube-system | |
| roleRef: | |
| kind: ClusterRole | |
| name: cluster-admin | |
| apiGroup: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment