the last yml to yaml

This commit is contained in:
2026-01-09 09:17:02 +02:00
parent 97f7d68459
commit fc0ab4a7c8
18 changed files with 21 additions and 97 deletions

View File

@@ -19,3 +19,16 @@ spec:
- openid
- profile
tokenEndpointAuthMethod: none
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kubernetes-admins
subjects:
- kind: Group
name: "k-space:kubernetes:admins"
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io