Skip to content

Commit

Permalink
Fix typo in helm chart upgrade command for 2.0 (apache#9484)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb authored Jun 23, 2020
1 parent ee36142 commit b1cd382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/scheduler/scheduler-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
image: {{ template "airflow_image" . }}
imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
# Support running against 1.10.x and 2.0.0dev/master
args: ["bash", "-c", "airflow upgradedb || airfow db upgrade"]
args: ["bash", "-c", "airflow upgradedb || airflow db upgrade"]
env:
{{- include "custom_airflow_environment" . | indent 10 }}
{{- include "standard_airflow_environment" . | indent 10 }}
Expand Down

0 comments on commit b1cd382

Please sign in to comment.