mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-13 00:30:14 +00:00
31 lines
612 B
YAML
31 lines
612 B
YAML
# permissions for end users to edit clusterimages.
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: kubernetes-images-sync-operator
|
|
app.kubernetes.io/managed-by: kustomize
|
|
name: raczylo.com-clusterimage-editor-role
|
|
rules:
|
|
- apiGroups:
|
|
- raczylo.com
|
|
resources:
|
|
- clusterimages
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- raczylo.com
|
|
resources:
|
|
- clusterimages/status
|
|
verbs:
|
|
- get
|
|
- patch
|
|
- update
|
|
- watch
|