1
0
Fork 0

preview rbac config deleted

This commit is contained in:
sido 2018-09-10 16:46:13 +02:00
parent e0f5d40084
commit 38f89721e7
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
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