flavio-assis commented on a change in pull request #13173:
URL: https://github.com/apache/airflow/pull/13173#discussion_r546267774
##########
File path: chart/values.yaml
##########
@@ -644,13 +644,13 @@ config:
core:
dags_folder: '{{ include "airflow_dags" . }}'
load_examples: 'False'
- colored_console_log: 'False'
executor: '{{ .Values.executor }}'
- remote_logging: '{{- ternary "True" "False" .Values.elasticsearch.enabled
}}'
# Authentication backend used for the experimental API
api:
auth_backend: airflow.api.auth.backend.deny_all
logging:
+ remote_logging: '{{- ternary "True" "False" .Values.elasticsearch.enabled
}}'
Review comment:
Done!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]