Skip to content
Snippets Groups Projects
Commit b9a51897 authored by Sören Henning's avatar Sören Henning
Browse files

Fix Helm chart

parent 33916969
No related branches found
No related tags found
No related merge requests found
Pipeline #11183 failed
...@@ -52,6 +52,7 @@ spec: ...@@ -52,6 +52,7 @@ spec:
{{- toYaml . | nindent 6 }} {{- toYaml . | nindent 6 }}
{{- end}} {{- end}}
{{- if .Values.strimzi.kafkaExporter.enabled }}
kafkaExporter: kafkaExporter:
{{- with .Values.strimzi.kafkaExporter.template}} {{- with .Values.strimzi.kafkaExporter.template}}
template: template:
...@@ -61,6 +62,7 @@ spec: ...@@ -61,6 +62,7 @@ spec:
resources: resources:
{{- toYaml . | nindent 6 }} {{- toYaml . | nindent 6 }}
{{- end}} {{- end}}
{{- end }}
{{- if .Values.strimzi.topicOperator.enabled }} {{- if .Values.strimzi.topicOperator.enabled }}
entityOperator: entityOperator:
......
...@@ -58,6 +58,11 @@ strimzi: ...@@ -58,6 +58,11 @@ strimzi:
topicOperator: topicOperator:
enabled: true enabled: true
kafkaExporter:
enabled: true
template: {}
resources: {}
schemaRegistry: schemaRegistry:
enabled: true enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment