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 2022/03/11 22:08:42 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #22195: allow migration jobs and init containers to be optional

jedcunningham commented on a change in pull request #22195:
URL: https://github.com/apache/airflow/pull/22195#discussion_r825143545



##########
File path: chart/templates/scheduler/scheduler-deployment.yaml
##########
@@ -119,6 +119,7 @@ spec:
         - name: {{ template "registry_secret" . }}
       {{- end }}
       initContainers:
+        {{- if .Values.scheduler.waitForMigrations.enabled }}

Review comment:
       Why would we not want to check that the db is in the right state before starting? I get being able to disable the job itself, but I'm torn on this.




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