wandb / helm-charts

Our official helm charts for deploying wandb into k8s
MIT License
19 stars 8 forks source link

Make various secret keys configurable #249

Open flamarion opened 1 week ago

flamarion commented 1 week ago

Today, when a customer informs a secret name to pull MySQL credentials, the Secret Key is fixed with MYSQL_PASSWORD. For customers with dynamic secrets provisioning, this is a problem, given the secret key names are dynamically generated.

abhinavg6 commented 1 week ago

Whatever we implement here should be done for Bucket, Redis and any other credentials as well.

amanpruthi commented 1 week ago

https://github.com/wandb/helm-charts/pull/257