From 10b682cbc0e73788e730c1ec6f494535a8838bd1 Mon Sep 17 00:00:00 2001 From: Paulien van Alst Date: Mon, 28 Oct 2024 15:53:14 +0100 Subject: [PATCH] Update example-airflow-incluster.yaml Another time from another editor: remove trailing whitespaces --- docs/modules/airflow/examples/example-airflow-incluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/airflow/examples/example-airflow-incluster.yaml b/docs/modules/airflow/examples/example-airflow-incluster.yaml index 294ad1bc..d7831e49 100644 --- a/docs/modules/airflow/examples/example-airflow-incluster.yaml +++ b/docs/modules/airflow/examples/example-airflow-incluster.yaml @@ -28,7 +28,7 @@ spec: envOverrides: AIRFLOW_CONN_KUBERNETES_IN_CLUSTER: "kubernetes://?__extra__=%7B%22extra__kubernetes__in_cluster%22%3A+true%2C+%22extra__kubernetes__kube_config%22%3A+%22%22%2C+%22extra__kubernetes__kube_config_path%22%3A+%22%22%2C+%22extra__kubernetes__namespace%22%3A+%22%22%7D" replicas: 1 -# in case of using kubernetesExecutors +# in case of using kubernetesExecutors # kubernetesExecutors: # envOverrides: # AIRFLOW_CONN_KUBERNETES_IN_CLUSTER: "kubernetes://?__extra__=%7B%22extra__kubernetes__in_cluster%22%3A+true%2C+%22extra__kubernetes__kube_config%22%3A+%22%22%2C+%22extra__kubernetes__kube_config_path%22%3A+%22%22%2C+%22extra__kubernetes__namespace%22%3A+%22%22%7D"