kaxil commented on a change in pull request #16784:
URL: https://github.com/apache/airflow/pull/16784#discussion_r663266511
##########
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:
If a user sets remote logging via the Environment variable, this won't
work, right?
(edge-case but very possible)
--
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]