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/03/01 16:59:20 UTC

[GitHub] [airflow] nikolayskovpin commented on pull request #13509: Fix extraVolumeMounts of scheduler

nikolayskovpin commented on pull request #13509:
URL: https://github.com/apache/airflow/pull/13509#issuecomment-788107134


   @kaxil @Junnplus I see the same issue for webserver. Can you confirm that it hasn't fixed for webserver yet?
   It should be:
   `
   {{- if .Values.webserver.extraVolumes }}
   {{ toYaml .Values.webserver.extraVolumes | indent 8 }}
   {{- end }}
           {{- if  .Values.dags.gitSync.sshKeySecret }}
           {{- include "git_sync_ssh_key_volume" . | indent 8 }}
           {{- end }}
           {{- end }}
   `


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