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

Closed flamarion closed 2 weeks ago

flamarion commented 4 weeks 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 4 weeks ago

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

amanpruthi commented 3 weeks ago

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