From f362f4afc4c9a7f56e7d0b41bdd0c8fdd6f151fa Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Wed, 13 Aug 2025 09:01:30 +0200 Subject: [PATCH] fix: missing permissions --- charts/operator/templates/clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/operator/templates/clusterrole.yaml b/charts/operator/templates/clusterrole.yaml index 8e00a7b..c69bf20 100644 --- a/charts/operator/templates/clusterrole.yaml +++ b/charts/operator/templates/clusterrole.yaml @@ -26,7 +26,7 @@ rules: verbs: ["get", "list", "watch"] - apiGroups: ["*"] resources: ["*"] - verbs: ["get", "watch", "list", "patch"] + verbs: ["get", "watch", "list", "patch", "create", "update", "replace"] - apiGroups: ["apiextensions.k8s.io"] resources: ["customresourcedefinitions"] verbs: ["get", "create", "update", "replace", "patch"]