wandb / helm-charts

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

Extend support for Custom CA to parquet service #250

Open flamarion opened 3 weeks ago

flamarion commented 3 weeks ago

Add support for Custom CA certs to Parquet. Currently, only the W&B app has the support.

Probably a “copy and paste” from

https://github.com/wandb/helm-charts/blob/main/charts/operator-wandb/charts/app/templates/_deployment.tpl#L293-L297

https://github.com/wandb/helm-charts/blob/main/charts/operator-wandb/charts/app/templates/_deployment.tpl#L76-L80

https://github.com/wandb/helm-charts/blob/main/charts/operator-wandb/charts/app/templates/configmap.yaml

amanpruthi commented 2 weeks ago

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