mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-27 02:00:10 +00:00
initial commit
This commit is contained in:
commit
471f30f0b1
13 changed files with 286 additions and 0 deletions
12
security/rbac.yaml
Normal file
12
security/rbac.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue