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 2021/09/15 20:43:01 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #18272: Allow Airflow UI to create worker pod via Clear > Run

kaxil commented on a change in pull request #18272:
URL: https://github.com/apache/airflow/pull/18272#discussion_r709557908



##########
File path: chart/templates/webserver/webserver-deployment.yaml
##########
@@ -129,6 +129,12 @@ spec:
           resources:
 {{ toYaml .Values.webserver.resources | indent 12 }}
           volumeMounts:
+{{- if semverCompare ">=1.10.12" .Values.airflowVersion }}

Review comment:
       Currently, there is not much maintenance effort for supporting 1.x so I think we should support it for now




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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