This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit d37427839bcf75cb18190fb562d306a1bba12570
Author: Ash Berlin-Taylor <ash_git...@firemirror.com>
AuthorDate: Tue Jun 23 10:38:06 2020 +0100

    Fix typo in helm chart upgrade command for 2.0 (#9484)
    
    
    (cherry picked from commit b1cd382db9367ec828b8ee16899ecea9fcf824a7)
---
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/scheduler/scheduler-deployment.yaml 
b/chart/templates/scheduler/scheduler-deployment.yaml
index 1b46f6a..d5c3a06 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -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 }}

Reply via email to