diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 381a66aa..105862dd 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -20,7 +20,6 @@ rules: - watch - apiGroups: - "" - - "rbac.authorization.k8s.io" resources: - pods - services @@ -31,6 +30,17 @@ rules: - events - configmaps - secrets + verbs: + - get + - list + - create + - delete + - patch + - update + - watch + - apiGroups: + - "rbac.authorization.k8s.io" + resources: - roles - rolebindings verbs: @@ -43,12 +53,22 @@ rules: - watch - apiGroups: - apps - - networking.k8s.io resources: - deployments - daemonsets - replicasets - statefulsets + verbs: + - get + - list + - create + - delete + - patch + - update + - watch + - apiGroups: + - networking.k8s.io + resources: - ingresses verbs: - get