23 lines
486 B
YAML
23 lines
486 B
YAML
# permissions for end users to view 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-viewer-role
|
|
rules:
|
|
- apiGroups:
|
|
- dns.mayers.cloud
|
|
resources:
|
|
- technitiumauthorities
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- dns.mayers.cloud
|
|
resources:
|
|
- technitiumauthorities/status
|
|
verbs:
|
|
- get
|