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

Make KafkaExporter more configurable

parent b799ea5d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,15 @@ spec:
{{- toYaml . | nindent 6 }}
{{- end}}
kafkaExporter: {}
kafkaExporter:
{{- with .Values.strimzi.kafkaExporter.template}}
template:
{{- toYaml . | nindent 6 }}
{{- end}}
{{- with .Values.strimzi.kafkaExporter.resources}}
resources:
{{- toYaml . | nindent 6 }}
{{- end}}
{{- if .Values.strimzi.topicOperator.enabled }}
entityOperator:
......
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