From d2068d4a19ffb9e5828f793121f263466d5e79a5 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Wed, 12 Oct 2022 16:21:26 +0200
Subject: [PATCH] add "create" rights for secrets and consigmaps

---
 deployment/helmchart/templates/rbac/clusterrole.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deployment/helmchart/templates/rbac/clusterrole.yaml b/deployment/helmchart/templates/rbac/clusterrole.yaml
index 1ac52615..5f1e0e96 100644
--- a/deployment/helmchart/templates/rbac/clusterrole.yaml
+++ b/deployment/helmchart/templates/rbac/clusterrole.yaml
@@ -42,4 +42,5 @@ rules:
       - get
       - patch
       - delete
+      - create
 {{- end }}
-- 
GitLab