Skip to content

Commit

Permalink
Change default Helm value for Kafka SASL secret password path
Browse files Browse the repository at this point in the history
This new default is in line with the Kubernetes setup, as provided by Helm, which makes use of a secret rather than a directly-mounted file.
  • Loading branch information
agrski committed Sep 4, 2023
1 parent 02fb7b4 commit 82c0fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helm-charts/seldon-core-v2-setup/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ security:
client:
username: seldon
secret:
passwordPath: /tmp/sasl/kafka/client/password
passwordPath: password
ssl:
client:
secret:
Expand Down

0 comments on commit 82c0fa8

Please sign in to comment.