From 87031c9bbc0c5a478680811332e56e46473b448c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 3 Feb 2023 20:51:25 +0100 Subject: [PATCH] Fix indentation --- helm/templates/kafka/kafka-cluster.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/templates/kafka/kafka-cluster.yaml b/helm/templates/kafka/kafka-cluster.yaml index 6911327cf..4fc417790 100644 --- a/helm/templates/kafka/kafka-cluster.yaml +++ b/helm/templates/kafka/kafka-cluster.yaml @@ -55,9 +55,9 @@ spec: {{- if .Values.strimzi.kafkaExporter.enabled }} kafkaExporter: {{- with .Values.strimzi.kafkaExporter.template}} - template: - {{- toYaml . | nindent 6 }} - {{- end}} + template: + {{- toYaml . | nindent 6 }} + {{- end}} {{- with .Values.strimzi.kafkaExporter.resources}} resources: {{- toYaml . | nindent 6 }} -- GitLab