Skip to content

Commit

Permalink
Create dashboard-adminuser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LondheShubham153 authored Sep 11, 2024
1 parent 8aee2a0 commit 51305d2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kind-cluster/dashboard-adminuser.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 51305d2

Please sign in to comment.