Skip to content

Commit

Permalink
Merge pull request #215 from saurabhshendye/master
Browse files Browse the repository at this point in the history
fix "invalid sasl mechanism" error occuring in version 1.3.0
  • Loading branch information
danielqsj authored May 18, 2021
2 parents d7f1a13 + c338e2d commit 0e014a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -45,6 +45,7 @@ spec:
{{- end }}
- --sasl.username={{ .Values.kafkaExporter.sasl.username }}
- --sasl.password={{ .Values.kafkaExporter.sasl.password }}
- --sasl.mechanism={{ .Values.kafkaExporter.sasl.mechanism }}
{{- end }}
{{- if .Values.kafkaExporter.tls.enabled}}
- --tls.enabled
Expand Down
1 change: 1 addition & 0 deletions charts/kafka-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ kafkaExporter:
handshake: true
username: ""
password: ""
mechanism: ""

tls:
enabled: false
Expand Down

0 comments on commit 0e014a2

Please sign in to comment.