From 87831105cfdf7b84e990b7fdfea215530da27c3a Mon Sep 17 00:00:00 2001 From: ddl-s-solanki Date: Wed, 27 Nov 2024 16:30:29 +0530 Subject: [PATCH] helm lint --- charts/operator-wandb/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index e557b31e..d3962d13 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -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: ""