Skip to content

Commit dec1f10

Browse files
authored
fix wrong value in pod_template (#122)
Signed-off-by: Dohyun Park <[email protected]>
1 parent 8611c76 commit dec1f10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/airflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: airflow is a platform to programmatically author, schedule, and monitor workflows
33
name: airflow
4-
version: 8.0.2
4+
version: 8.0.3
55
appVersion: 2.0.1
66
icon: https://airflow.apache.org/_images/pin_large.png
77
home: https://airflow.apache.org/

charts/airflow/files/pod_template.kubernetes-helm-yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
image: dummy_image
4343
imagePullPolicy: IfNotPresent
4444
envFrom:
45-
- configMapRef:
46-
name: "{{ include "airflow.fullname" . }}-env"
45+
- secretRef:
46+
name: "{{ include "airflow.fullname" . }}-config"
4747
env:
4848
{{- if $extraPipPackages }}
4949
- name: PYTHONPATH

0 commit comments

Comments
 (0)