[stable/airflow] fix typo in environment variable name (#17558)

Signed-off-by: Marcin Szymanski <ms32035@gmail.com>
This commit is contained in:
Marcin Szymański
2019-10-01 01:59:32 -07:00
committed by Kubernetes Prow Robot
parent 35a6b526b4
commit 6f52cc5428
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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/
+1 -1
View File
@@ -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