jedcunningham commented on a change in pull request #16784:
URL: https://github.com/apache/airflow/pull/16784#discussion_r663271698
##########
File path: chart/templates/NOTES.txt
##########
@@ -66,6 +66,16 @@ You can get Fernet Key value by running the following:
{{- end }}
+{{- if or (eq .Values.executor "KubernetesExecutor") (eq .Values.executor
"CeleryKubernetesExecutor") }}
+{{- if and (not .Values.logs.persistence.enabled) (eq (lower (tpl
.Values.config.logging.remote_logging .)) "false") }}
Review comment:
I also figure a false warning is better than no warning in this
situation, but I'm also fine doing nothing if others don't agree.
--
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]