You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/02 22:31:25 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #12766: Kubernetes worker pod doesn't use docker container entrypoint

turbaszek commented on a change in pull request #12766:
URL: https://github.com/apache/airflow/pull/12766#discussion_r534525811



##########
File path: chart/templates/webserver/webserver-deployment.yaml
##########
@@ -94,7 +94,7 @@ spec:
         - name: webserver
           image: {{ template "airflow_image" . }}
           imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
-          args: ["webserver"]
+          args: ["airflow", "webserver"]

Review comment:
       Should it be also adjusted in workers deployment?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org