Skip to content

Commit

Permalink
Fix helm chart error in deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ALX-TH committed Nov 5, 2021
1 parent e8cd9a9 commit 3ba6041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/kafka-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
{{- end }}
{{- if .Values.kafkaExporter.log }}
- --verbosity={{ .Values.kafkaExporter.log.verbosity }}
{{- end }}
{{- if .Values.kafkaExporter.log.enableSarama }}
- --log.enable-sarama
{{- end }}
Expand Down

0 comments on commit 3ba6041

Please sign in to comment.