ephraimbuddy commented on a change in pull request #22143:
URL: https://github.com/apache/airflow/pull/22143#discussion_r824140526
##########
File path: chart/templates/scheduler/scheduler-deployment.yaml
##########
@@ -165,9 +165,11 @@ spec:
periodSeconds: {{ .Values.scheduler.livenessProbe.periodSeconds }}
exec:
command:
-{{- with .Values.scheduler.livenessProbe.command }}
-{{ toYaml . | indent 16 }}
-{{- end }}
+ {{- if .Values.scheduler.livenessProbe.command }}
+ {{ toYaml .Values.scheduler.livenessProbe.command | indent
16 }}
+ {{- else}}
+ {{- include "scheduler_liveness_check_command" . | indent 16
}}
Review comment:
Not sure of this one
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]