wandb / helm-charts

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

feat: Support to pull MySQL credentials from secrets #222

Closed amanpruthi closed 2 weeks ago

amanpruthi commented 1 month ago
Added support for mysql password and root password.
mysql:
  passwordSecret:
    name: ""
    rootKey: "MYSQL_ROOT_PASSWORD"
    userKey: "MYSQL_PASSWORD"
abhinavg6 commented 2 weeks ago

@vanpelt - Can you plz approve this? Waiting on the merge to allow customers to use this change. Thanks.