Skip to content

Commit 0ca64d3

Browse files
authored
fix env var names (#584)
1 parent 5153e66 commit 0ca64d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/airflow/examples/example-airflow-kubernetes-executor-s3-logging.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ spec:
88
clusterConfig: {}
99
webservers:
1010
envOverrides: &s3-logging-env-overrides
11-
AIRFLOW_LOGGING_REMOTE_LOGGING: "True"
12-
AIRFLOW_LOGGING_REMOTE_BASE_LOG_FOLDER: s3://<bucket-name>/airflow-task-logs/
11+
AIRFLOW__LOGGING__REMOTE_LOGGING: "True"
12+
AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER: s3://<bucket-name>/airflow-task-logs/
1313
# The name / connection ID created in the Airflow Web UI
14-
AIRFLOW_LOGGING_REMOTE_LOG_CONN_ID: minio
14+
AIRFLOW__LOGGING__REMOTE_LOG_CONN_ID: minio
1515
roleGroups:
1616
default:
1717
replicas: 1

0 commit comments

Comments
 (0)