wandb / helm-charts

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

chore: add more granular extraEnvs for parquet #203

Open ramit-wandb opened 2 months ago

ramit-wandb commented 2 months ago

Adds 2 extra "extraEnv" definitions:

  1. parquet.deployment.extraEnv : Responsible for injecting environment variables into the parquet deployment without injecting them into the backfiller cronjob.
  2. parquet.cronjob.extraEnv : Responsible for injecting environment variables into the parquet backfiller cronjob without injecting them into the deployment.

We still keep parquet.extraEnv around which is responsible for injecting env vars into both the deployment and the cronjob.