--- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: bind-operator rules: - apiGroups: - "" resources: - configmaps - secrets - services verbs: - create - delete - get - list - patch - update - watch - apiGroups: - "" resources: - pods verbs: - get - list - watch - apiGroups: - "" resources: - pods/exec verbs: - create - get - apiGroups: - apps resources: - statefulsets verbs: - create - delete - get - list - patch - update - watch - apiGroups: - bind.unkin.net resources: - bindacls - bindcatalogzones - bindclusters - binddnssecpolicies - bindpolicies - bindtsigkeys - bindviews - bindzones - dnsrecords verbs: - create - delete - get - list - patch - update - watch - apiGroups: - bind.unkin.net resources: - bindacls/status - bindcatalogzones/status - bindclusters/status - binddnssecpolicies/status - bindpolicies/status - bindtsigkeys/status - bindviews/status - bindzones/status - dnsrecords/status verbs: - get - patch - update