Skip to content

Commit

Permalink
BUG:1284 - K8s Dashboard update
Browse files Browse the repository at this point in the history
  • Loading branch information
supertetelman committed Jul 25, 2023
1 parent c06e9ee commit 4c8db30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions workloads/services/k8s/k8s-dashboard-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ kind: ServiceAccount
metadata:
name: admin-user
namespace: kube-system
---
apiVersion: v1
kind: Secret
metadata:
name: admin-user-secret
annotations:
kubernetes.io/service-account.name: admin-user
namespace: kube-system
type: kubernetes.io/service-account-token

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 4c8db30

Please sign in to comment.