jscheffl commented on code in PR #60751:
URL: https://github.com/apache/airflow/pull/60751#discussion_r2702570736
##########
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:
I would say we are discussion about a version 2.0 of the helm chart where we
are able to clean-up. We plan to start with this after 1.19 and are discussing
about.
We wanted to clean a lot of complexity by dropping support for older Airflow
versions. Following this we can clean deprecations.
If you want to join discussions... would be great! If we can survive one or
the other month with this inconsistency, then keep this problem in mind and
have a plan for a clean 2.0!
--
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]