Miretpl commented on code in PR #60751:
URL: https://github.com/apache/airflow/pull/60751#discussion_r2702592381


##########
chart/files/pod-template-file.kubernetes-helm-yaml:
##########
@@ -42,7 +42,7 @@ metadata:
     {{- end }}
   annotations:
     {{- toYaml $podAnnotations | nindent 4 }}
-    {{- if .Values.workers.kerberosInitContainer.enabled }}
+    {{- if or .Values.workers.kubernetes.kerberosInitContainer.enabled 
.Values.workers.kerberosInitContainer.enabled }}

Review Comment:
   Now I see a question about the business case - agreed. I was just thinking 
about consistency without having a strong business case in mind. Basically, 
that was why I wasn't sure in which way to go.



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

Reply via email to