Skip to content

Commit 83deb04

Browse files
committed
Unify dashboard setup yaml
1 parent 62db948 commit 83deb04

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: v1
2+
kind: ServiceAccount
3+
metadata:
4+
name: admin-user
5+
namespace: kubernetes-dashboard
6+
---
7+
apiVersion: rbac.authorization.k8s.io/v1
8+
kind: ClusterRoleBinding
9+
metadata:
10+
name: admin-user
11+
roleRef:
12+
apiGroup: rbac.authorization.k8s.io
13+
kind: ClusterRole
14+
name: cluster-admin
15+
subjects:
16+
- kind: ServiceAccount
17+
name: admin-user
18+
namespace: kubernetes-dashboard

0 commit comments

Comments
 (0)