From 943360f8cd7f4238746611879e874f069bbe7553 Mon Sep 17 00:00:00 2001 From: Nikolay Demchuk Date: Tue, 3 Dec 2024 07:39:41 +1000 Subject: [PATCH] fix Signed-off-by: Nikolay Demchuk --- templates/controller/rbac-for-us.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/controller/rbac-for-us.yaml b/templates/controller/rbac-for-us.yaml index 4ae07ec..21a157e 100644 --- a/templates/controller/rbac-for-us.yaml +++ b/templates/controller/rbac-for-us.yaml @@ -82,12 +82,13 @@ rules: - watch - update - apiGroups: - - deckhouse.io + - "" resources: - moduleconfigs verbs: - list - get + - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding