initial commit

This commit is contained in:
gwg313 2025-06-21 15:47:08 -04:00
commit 471f30f0b1
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
13 changed files with 286 additions and 0 deletions

12
security/rbac.yaml Normal file
View file

@ -0,0 +1,12 @@
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