This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Unify dashboard setup yaml
fix/post-release-fixes
Miguel Veloso
5 years ago
parent
62db94848d
commit
83deb04439
1 changed files
with
18 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
deploy/k8s/dashboard-adminuser.yaml
+ 18
- 0
deploy/k8s/dashboard-adminuser.yaml
View File
@ -0,0 +1,18 @@
apiVersion
:
v1
kind
:
ServiceAccount
metadata:
name
:
admin-user
namespace
:
kubernetes-dashboard
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRoleBinding
metadata:
name
:
admin-user
roleRef:
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
name
:
cluster-admin
subjects:
-
kind
:
ServiceAccount
name
:
admin-user
namespace
:
kubernetes-dashboard
Write
Preview
Loading…
Cancel
Save