Skip to content

Commit

Permalink
helm lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-s-solanki committed Nov 27, 2024
1 parent f246479 commit 8783110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ global:
## Replace SECRET_NAME, CLIENT_PASSWORD1, INTER_BROKER_PASSWORD, and CONTROLLER_PASSWORD with appropriate values.
passwordSecret:
name: &kafkaSecretName ""
passwordKey: "client-passwords" # This should match the key name used in the secret
# This (client-passwords) should match the key name used in the secret
passwordKey: "client-passwords"
brokerHost: ""
brokerPort: 9092
runUpdatesShadowTopic: ""
Expand Down

0 comments on commit 8783110

Please sign in to comment.