albundy83 commented on code in PR #52953: URL: https://github.com/apache/airflow/pull/52953#discussion_r2352693923
########## chart/templates/_helpers.yaml: ########## @@ -473,7 +473,7 @@ If release name contains chart name it will be used as a full name. {{- end }} {{- define "kerberos_keytab_secret" -}} - {{- printf "%s-kerberos-keytab" (include "airflow.fullname" .) }} + {{- default (printf "%s-kerberos-keytab" (include "airflow.fullname" .)) .Values.kerberos.keytabBase64Content }} Review Comment: You are right, I mixed secret name and content -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org