wandb / helm-charts

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

feat: Support to pull MySQL credentials from secrets #222

Closed amanpruthi closed 1 month ago

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

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