@@ -241,6 +241,7 @@ Parameter | Description | Default
241241` scheduler.podDisruptionBudget.* ` | configs for the PodDisruptionBudget of the scheduler | ` <see values.yaml> `
242242` scheduler.logCleanup.* ` | configs for the log-cleanup sidecar of the scheduler | ` <see values.yaml> `
243243` scheduler.numRuns ` | the value of the ` airflow --num_runs ` parameter used to run the airflow scheduler | ` -1 `
244+ ` scheduler.extraEnv ` | extra environment to make available in the scheduler Pods | ` [] `
244245` scheduler.extraPipPackages ` | extra pip packages to install in the scheduler Pods | ` [] `
245246` scheduler.extraVolumeMounts ` | extra VolumeMounts for the scheduler Pods | ` [] `
246247` scheduler.extraVolumes ` | extra Volumes for the scheduler Pods | ` [] `
@@ -270,6 +271,7 @@ Parameter | Description | Default
270271` web.service.* ` | configs for the Service of the web pods | ` <see values.yaml> `
271272` web.readinessProbe.* ` | configs for the web Pods' readiness probe | ` <see values.yaml> `
272273` web.livenessProbe.* ` | configs for the web Pods' liveness probe | ` <see values.yaml> `
274+ ` web.extraEnv ` | extra environment to make available in the web Pods | ` [] `
273275` web.extraPipPackages ` | extra pip packages to install in the web Pods | ` [] `
274276` web.extraVolumeMounts ` | extra VolumeMounts for the web Pods | ` [] `
275277` web.extraVolumes ` | extra Volumes for the web Pods | ` [] `
@@ -298,6 +300,7 @@ Parameter | Description | Default
298300` workers.celery.* ` | configs for the celery worker Pods | ` <see values.yaml> `
299301` workers.terminationPeriod ` | how many seconds to wait after SIGTERM before SIGKILL of the celery worker | ` 60 `
300302` workers.logCleanup.* ` | configs for the log-cleanup sidecar of the worker Pods | ` <see values.yaml> `
303+ ` workers.extraEnv ` | extra environment to make available in the worker Pods | ` [] `
301304` workers.extraPipPackages ` | extra pip packages to install in the worker Pods | ` [] `
302305` workers.extraVolumeMounts ` | extra VolumeMounts for the worker Pods | ` [] `
303306` workers.extraVolumes ` | extra Volumes for the worker Pods | ` [] `
@@ -324,6 +327,7 @@ Parameter | Description | Default
324327` triggerer.podDisruptionBudget.* ` | configs for the PodDisruptionBudget of the triggerer Deployment | ` <see values.yaml> `
325328` triggerer.capacity ` | maximum number of triggers each triggerer will run at once (sets ` AIRFLOW__TRIGGERER__DEFAULT_CAPACITY ` ) | ` 1000 `
326329` triggerer.livenessProbe.* ` | liveness probe for the triggerer Pods | ` <see values.yaml> `
330+ ` triggerer.extraEnv ` | extra environment to make available in the triggerer Pods | ` [] `
327331` triggerer.extraPipPackages ` | extra pip packages to install in the triggerer Pods | ` [] `
328332` triggerer.extraVolumeMounts ` | extra VolumeMounts for the triggerer Pods | ` [] `
329333` triggerer.extraVolumes ` | extra Volumes for the triggerer Pods | ` [] `
@@ -350,6 +354,7 @@ Parameter | Description | Default
350354` flower.basicAuthSecret ` | the name of a pre-created secret containing the basic authentication value for flower | ` "" `
351355` flower.basicAuthSecretKey ` | the key within ` flower.basicAuthSecret ` containing the basic authentication string | ` "" `
352356` flower.service.* ` | configs for the Service of the flower Pods | ` <see values.yaml> `
357+ ` flower.extraEnv ` | extra environment to make available in the flower Pod | ` [] `
353358` flower.extraPipPackages ` | extra pip packages to install in the flower Pod | ` [] `
354359` flower.extraVolumeMounts ` | extra VolumeMounts for the flower Pods | ` [] `
355360` flower.extraVolumes ` | extra Volumes for the flower Pods | ` [] `
0 commit comments