diff --git a/airflow/config_templates/default_airflow.cfg b/airflow/config_templates/default_airflow.cfg index d4a7242118e10..4f1f0df383566 100644 --- a/airflow/config_templates/default_airflow.cfg +++ b/airflow/config_templates/default_airflow.cfg @@ -612,7 +612,7 @@ image_pull_secrets = gcp_service_account_keys = # Use the service account kubernetes gives to pods to connect to kubernetes cluster. -# It’s intended for clients that expect to be running inside a pod running on kubernetes. +# It's intended for clients that expect to be running inside a pod running on kubernetes. # It will raise an exception if called from a process not running in a kubernetes environment. in_cluster = True