From 00f758d69da97dff6a6f5d06e98fee777100b302 Mon Sep 17 00:00:00 2001 From: Ales Nosek Date: Mon, 29 Jun 2020 23:11:58 -0700 Subject: [PATCH] [stable/airflow] Fix typo in airflow/templates/configmap-env.yaml (#22830) Signed-off-by: Ales Nosek --- stable/airflow/Chart.yaml | 2 +- stable/airflow/templates/configmap-env.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index 4a4bd3a9e9..33b5dac38e 100644 --- a/stable/airflow/Chart.yaml +++ b/stable/airflow/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Airflow is a platform to programmatically author, schedule and monitor workflows name: airflow -version: 7.1.5 +version: 7.1.6 appVersion: 1.10.10 icon: https://airflow.apache.org/_images/pin_large.png home: https://airflow.apache.org/ diff --git a/stable/airflow/templates/configmap-env.yaml b/stable/airflow/templates/configmap-env.yaml index a86b1d48d0..c12109e1af 100644 --- a/stable/airflow/templates/configmap-env.yaml +++ b/stable/airflow/templates/configmap-env.yaml @@ -46,7 +46,7 @@ data: {{- if (not .Values.airflow.config.AIRFLOW__KUBERNETES__NAMESPACE) }} AIRFLOW__KUBERNETES__NAMESPACE: "{{ .Release.Namespace }}" {{- end }} - {{- if (not .Values.airflow.config.AIRFLOW__KUBERNETES__WORKER_SERIVCE_ACCOUNT_NAME) }} + {{- if (not .Values.airflow.config.AIRFLOW__KUBERNETES__WORKER_SERVICE_ACCOUNT_NAME) }} AIRFLOW__KUBERNETES__WORKER_SERVICE_ACCOUNT_NAME: "{{ include "airflow.serviceAccountName" . }}" {{- end }} {{- if (not .Values.airflow.config.AIRFLOW__KUBERNETES__ENV_FROM_CONFIGMAP_REF) }}