Skip to content

Commit

Permalink
fix wrong value in pod_template (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Dohyun Park <dohyun1357@gmail.com>
  • Loading branch information
sk1tter authored Apr 5, 2021
1 parent 8611c76 commit dec1f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/airflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
4 changes: 2 additions & 2 deletions charts/airflow/files/pod_template.kubernetes-helm-yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dec1f10

Please sign in to comment.