@@ -251,6 +251,7 @@ Parameter | Description | Default
251251` scheduler.podDisruptionBudget.* ` | configs for the PodDisruptionBudget of the scheduler | ` <see values.yaml> `
252252` scheduler.logCleanup.* ` | configs for the log-cleanup sidecar of the scheduler | ` <see values.yaml> `
253253` scheduler.numRuns ` | the value of the ` airflow --num_runs ` parameter used to run the airflow scheduler | ` -1 `
254+ ` scheduler.extraEnv ` | extra environment to make available in the scheduler Pods | ` [] `
254255` scheduler.extraPipPackages ` | extra pip packages to install in the scheduler Pods | ` [] `
255256` scheduler.extraVolumeMounts ` | extra VolumeMounts for the scheduler Pods | ` [] `
256257` scheduler.extraVolumes ` | extra Volumes for the scheduler Pods | ` [] `
@@ -280,6 +281,7 @@ Parameter | Description | Default
280281` web.service.* ` | configs for the Service of the web pods | ` <see values.yaml> `
281282` web.readinessProbe.* ` | configs for the web Pods' readiness probe | ` <see values.yaml> `
282283` web.livenessProbe.* ` | configs for the web Pods' liveness probe | ` <see values.yaml> `
284+ ` web.extraEnv ` | extra environment to make available in the web Pods | ` [] `
283285` web.extraPipPackages ` | extra pip packages to install in the web Pods | ` [] `
284286` web.extraVolumeMounts ` | extra VolumeMounts for the web Pods | ` [] `
285287` web.extraVolumes ` | extra Volumes for the web Pods | ` [] `
@@ -308,6 +310,7 @@ Parameter | Description | Default
308310` workers.celery.* ` | configs for the celery worker Pods | ` <see values.yaml> `
309311` workers.terminationPeriod ` | how many seconds to wait after SIGTERM before SIGKILL of the celery worker | ` 60 `
310312` workers.logCleanup.* ` | configs for the log-cleanup sidecar of the worker Pods | ` <see values.yaml> `
313+ ` workers.extraEnv ` | extra environment to make available in the worker Pods | ` [] `
311314` workers.extraPipPackages ` | extra pip packages to install in the worker Pods | ` [] `
312315` workers.extraVolumeMounts ` | extra VolumeMounts for the worker Pods | ` [] `
313316` workers.extraVolumes ` | extra Volumes for the worker Pods | ` [] `
@@ -334,6 +337,7 @@ Parameter | Description | Default
334337` triggerer.podDisruptionBudget.* ` | configs for the PodDisruptionBudget of the triggerer Deployment | ` <see values.yaml> `
335338` triggerer.capacity ` | maximum number of triggers each triggerer will run at once (sets ` AIRFLOW__TRIGGERER__DEFAULT_CAPACITY ` ) | ` 1000 `
336339` triggerer.livenessProbe.* ` | liveness probe for the triggerer Pods | ` <see values.yaml> `
340+ ` triggerer.extraEnv ` | extra environment to make available in the triggerer Pods | ` [] `
337341` triggerer.extraPipPackages ` | extra pip packages to install in the triggerer Pods | ` [] `
338342` triggerer.extraVolumeMounts ` | extra VolumeMounts for the triggerer Pods | ` [] `
339343` triggerer.extraVolumes ` | extra Volumes for the triggerer Pods | ` [] `
@@ -360,6 +364,7 @@ Parameter | Description | Default
360364` flower.basicAuthSecret ` | the name of a pre-created secret containing the basic authentication value for flower | ` "" `
361365` flower.basicAuthSecretKey ` | the key within ` flower.basicAuthSecret ` containing the basic authentication string | ` "" `
362366` flower.service.* ` | configs for the Service of the flower Pods | ` <see values.yaml> `
367+ ` flower.extraEnv ` | extra environment to make available in the flower Pod | ` [] `
363368` flower.extraPipPackages ` | extra pip packages to install in the flower Pod | ` [] `
364369` flower.extraVolumeMounts ` | extra VolumeMounts for the flower Pods | ` [] `
365370` flower.extraVolumes ` | extra Volumes for the flower Pods | ` [] `
0 commit comments