We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5153e66 commit 0ca64d3Copy full SHA for 0ca64d3
docs/modules/airflow/examples/example-airflow-kubernetes-executor-s3-logging.yaml
@@ -8,10 +8,10 @@ spec:
8
clusterConfig: {}
9
webservers:
10
envOverrides: &s3-logging-env-overrides
11
- AIRFLOW_LOGGING_REMOTE_LOGGING: "True"
12
- AIRFLOW_LOGGING_REMOTE_BASE_LOG_FOLDER: s3://<bucket-name>/airflow-task-logs/
+ AIRFLOW__LOGGING__REMOTE_LOGGING: "True"
+ AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER: s3://<bucket-name>/airflow-task-logs/
13
# The name / connection ID created in the Airflow Web UI
14
- AIRFLOW_LOGGING_REMOTE_LOG_CONN_ID: minio
+ AIRFLOW__LOGGING__REMOTE_LOG_CONN_ID: minio
15
roleGroups:
16
default:
17
replicas: 1
0 commit comments