tobimichael96 commented on code in PR #43264:
URL: https://github.com/apache/airflow/pull/43264#discussion_r1810672174
##########
chart/templates/_helpers.yaml:
##########
@@ -233,27 +233,30 @@ If release name contains chart name it will be used as a
full name.
value: "false"
{{- end }}
{{ else if .Values.dags.gitSync.credentialsSecret }}
+ {{- if hasPrefix .Values.images.gitSync.tag "v3" }}
Review Comment:
I also thought about that case, but the only alternative that came to my
mind is to introduce a new key to the values.
What do you suggest to do here?
--
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]