mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
14 lines
320 B
YAML
14 lines
320 B
YAML
|
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||
|
|
kind: RoleBinding
|
||
|
|
metadata:
|
||
|
|
name: kubernetes-dashboard-minimal
|
||
|
|
namespace: kube-system
|
||
|
|
roleRef:
|
||
|
|
apiGroup: rbac.authorization.k8s.io
|
||
|
|
kind: Role
|
||
|
|
name: kubernetes-dashboard-minimal
|
||
|
|
subjects:
|
||
|
|
- kind: ServiceAccount
|
||
|
|
name: kubernetes-dashboard
|
||
|
|
namespace: kube-system
|