mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 10:10:47 +00:00
12 lines
264 B
YAML
12 lines
264 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: readonly-users
|
|
subjects:
|
|
- kind: Group
|
|
name: readonly
|
|
apiGroup: rbac.authorization.k8s.io
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: view
|
|
apiGroup: rbac.authorization.k8s.io
|