From dec1f105a871223be669c2d33af221959c7cc633 Mon Sep 17 00:00:00 2001 From: Dohyun Park <30722192+sk1tter@users.noreply.github.com> Date: Mon, 5 Apr 2021 20:52:50 +0900 Subject: [PATCH] fix wrong value in pod_template (#122) Signed-off-by: Dohyun Park --- charts/airflow/Chart.yaml | 2 +- charts/airflow/files/pod_template.kubernetes-helm-yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/airflow/Chart.yaml b/charts/airflow/Chart.yaml index f1e50079..286fa9ce 100644 --- a/charts/airflow/Chart.yaml +++ b/charts/airflow/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: airflow is a platform to programmatically author, schedule, and monitor workflows name: airflow -version: 8.0.2 +version: 8.0.3 appVersion: 2.0.1 icon: https://airflow.apache.org/_images/pin_large.png home: https://airflow.apache.org/ diff --git a/charts/airflow/files/pod_template.kubernetes-helm-yaml b/charts/airflow/files/pod_template.kubernetes-helm-yaml index e10ab7c2..d81d0249 100644 --- a/charts/airflow/files/pod_template.kubernetes-helm-yaml +++ b/charts/airflow/files/pod_template.kubernetes-helm-yaml @@ -42,8 +42,8 @@ spec: image: dummy_image imagePullPolicy: IfNotPresent envFrom: - - configMapRef: - name: "{{ include "airflow.fullname" . }}-env" + - secretRef: + name: "{{ include "airflow.fullname" . }}-config" env: {{- if $extraPipPackages }} - name: PYTHONPATH