aaron-y-chen commented on code in PR #72555:
URL: https://github.com/apache/airflow/pull/72555#discussion_r4004112631
##########
chart/files/pod-template-file.kubernetes-helm-yaml:
##########
@@ -101,6 +101,62 @@ spec:
{{- include "custom_airflow_environment" . | indent 6 }}
{{- include "standard_airflow_environment" . | indent 6 }}
{{- end }}
+ {{- if .Values.workers.kubernetes.kerberosSidecar.enabled }}
Review Comment:
At first, I kept `kerberosInitContainer` because I was worried about
breaking users who still use the old settings. But after thinking about it
again, I agree that we probably don't need it with native sidecars. Let me
remove it, handle the old settings properly, and verify both startup probe
cases before pushing the changes.
--
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]