From 9c6d6575ea03ff37146cc2ad8b1fdd6cfb5218f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Mon, 6 Feb 2023 11:15:26 +0100
Subject: [PATCH] Fix Helm configurability for KafkaExporter
---
helm/templates/kafka/kafka-cluster.yaml | 1 +
helm/values.yaml | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/helm/templates/kafka/kafka-cluster.yaml b/helm/templates/kafka/kafka-cluster.yaml
index 4fc417790..77f911b14 100644
--- a/helm/templates/kafka/kafka-cluster.yaml
+++ b/helm/templates/kafka/kafka-cluster.yaml
@@ -62,6 +62,7 @@ spec:
resources:
{{- toYaml . | nindent 6 }}
{{- end}}
+ logging: info
{{- end }}
{{- if .Values.strimzi.topicOperator.enabled }}
diff --git a/helm/values.yaml b/helm/values.yaml
index 28cadfea5..3a3c701c0 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -61,8 +61,6 @@ strimzi:
kafkaExporter:
enabled: true
- template: {}
- resources: {}
schemaRegistry:
enabled: true
--
GitLab