amoghrajesh commented on code in PR #35748:
URL: https://github.com/apache/airflow/pull/35748#discussion_r1451962759
##########
chart/templates/workers/worker-deployment.yaml:
##########
@@ -232,7 +233,14 @@ spec:
{{- if .Values.workers.command }}
command: {{ tpl (toYaml .Values.workers.command) . | nindent 12 }}
{{- end }}
- {{- if .Values.workers.args }}
+ {{- if and .Values.workers.kerberosSidecar.enabled (semverCompare
"<1.28" $kubeVersion) }}
+ args:
+ - bash
+ - -c
+ - |-
+ exec airflow celery worker &&
Review Comment:
Thanks for the comment. Looking into what is the best way to do 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]