27 lines
529 B
YAML
27 lines
529 B
YAML
# permissions for end users to edit technitiumauthorities.
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: split-horizon-operator
|
|
app.kubernetes.io/managed-by: kustomize
|
|
name: technitiumauthority-editor-role
|
|
rules:
|
|
- apiGroups:
|
|
- dns.mayers.cloud
|
|
resources:
|
|
- technitiumauthorities
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- dns.mayers.cloud
|
|
resources:
|
|
- technitiumauthorities/status
|
|
verbs:
|
|
- get
|