mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
13 lines
273 B
YAML
13 lines
273 B
YAML
|
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||
|
|
kind: ClusterRoleBinding
|
||
|
|
metadata:
|
||
|
|
name: kubernetes-dashboard-crb
|
||
|
|
roleRef:
|
||
|
|
apiGroup: ""
|
||
|
|
kind: ClusterRole
|
||
|
|
name: cluster-admin
|
||
|
|
subjects:
|
||
|
|
- kind: ServiceAccount
|
||
|
|
name: kubernetes-dashboard
|
||
|
|
namespace: kube-system
|