From fc82f753697fb69a77195c75d554053d0328df5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 10 Jun 2022 17:37:34 +0200 Subject: [PATCH] Install Strimzi without cluster admin permissions --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index 34a32ce60..eb4cfc4b2 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -159,7 +159,7 @@ cp-helm-charts: pollIntervalSeconds: 15 strimzi-kafka-operator: - createGlobalResources: true + createGlobalResources: false # Might disable some of Strimzi's features strimzi: enabled: true -- GitLab