wandb / helm-charts

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

k8s Secrets cannot be referenced in Helm Charts #215

Open zshareef opened 1 month ago

zshareef commented 1 month ago

Hi !

Recently we have deployed WandB in Google Cloud Platform (GCP) using operator. During deployment we were not be able to use/refer the k8s secrets in the YML file and we have to hard code secrets in the YML file.

It would be nice, if we could use/refer the k8s secrets in the YML file and we don't have to hard code the secrets e.g., mySQL password, License, etc.