2025-01-13 11:10:06 +00:00
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
2025-05-12 02:56:58 +00:00
|
|
|
kind: ClusterRole
|
|
|
|
|
metadata:
|
|
|
|
|
name: mathmast-regular
|
|
|
|
|
rules:
|
|
|
|
|
- apiGroups: ["rbac.authorization.k8s.io"]
|
|
|
|
|
resources: ["clusterrolebindings", "clusterroles", "roles", "rolebindings"]
|
|
|
|
|
verbs: ["get", "list", "watch"]
|
|
|
|
|
---
|
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
2025-01-13 11:10:06 +00:00
|
|
|
kind: ClusterRoleBinding
|
|
|
|
|
metadata:
|
|
|
|
|
name: mathmast-regular-cr-binding
|
|
|
|
|
roleRef:
|
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
|
kind: ClusterRole
|
2025-05-12 02:56:58 +00:00
|
|
|
name: mathmast-regular
|
2025-01-13 11:10:06 +00:00
|
|
|
subjects:
|
|
|
|
|
- apiGroup: rbac.authorization.k8s.io
|
|
|
|
|
kind: Group
|
|
|
|
|
name: mathmast:basic-user
|