mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/airflow] fix typo in environment variable name (#17558)
Signed-off-by: Marcin Szymanski <ms32035@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
35a6b526b4
commit
6f52cc5428
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Airflow is a platform to programmatically author, schedule and monitor workflows
|
||||
name: airflow
|
||||
version: 4.1.0
|
||||
version: 4.1.1
|
||||
appVersion: 1.10.4
|
||||
icon: https://airflow.apache.org/_images/pin_large.png
|
||||
home: https://airflow.apache.org/
|
||||
|
||||
@@ -33,7 +33,7 @@ data:
|
||||
AIRFLOW__SCHEDULER__CHILD_PROCESS_LOG_DIRECTORY: "{{ printf "%s/%s" .Values.logs.path "scheduler" }}"
|
||||
AIRFLOW__WEBSERVER__BASE_URL: "http://localhost:8080{{ .Values.ingress.web.path }}"
|
||||
# Disabling XCom pickling for forward compatibility
|
||||
AIRFLOW__CODE__ENABLE_XCOM_PICKLING: "false"
|
||||
AIRFLOW__CORE__ENABLE_XCOM_PICKLING: "false"
|
||||
# For backwards compat with AF < 1.10, CELERY_CONCURRENCY got renamed to WORKER_CONCURRENCY
|
||||
AIRFLOW__CELERY__CELERY_CONCURRENCY: "{{ .Values.workers.celery.instances }}"
|
||||
# Note: changing `Values.airflow.config` won't change the configmap checksum and so won't make
|
||||
|
||||
Reference in New Issue
Block a user