kaxil commented on a change in pull request #16784:
URL: https://github.com/apache/airflow/pull/16784#discussion_r663274847



##########
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:
       Probably just add a line to say if you are using Env var or secrets 
backend for setting Airflow configuration ignore this warning




-- 
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]


Reply via email to