config/rbac/role.yaml (56 lines of code) (raw):

--- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: creationTimestamp: null name: manager-role rules: - apiGroups: - azconfig.io resources: - azureappconfigurationproviders verbs: - create - delete - get - list - patch - update - watch - apiGroups: - azconfig.io resources: - azureappconfigurationproviders/finalizers verbs: - update - apiGroups: - azconfig.io resources: - azureappconfigurationproviders/status verbs: - get - patch - update - apiGroups: - "" resources: - configmaps verbs: - create - get - list - patch - update - watch - apiGroups: - "" resources: - secrets verbs: - create - delete - get - list - patch - update - watch