jedcunningham commented on code in PR #34839:
URL: https://github.com/apache/airflow/pull/34839#discussion_r1350996572


##########
chart/templates/_helpers.yaml:
##########
@@ -53,13 +53,8 @@ If release name contains chart name it will be used as a 
full name.
 {{/* Standard Airflow environment variables */}}
 {{- define "standard_airflow_environment" }}
   # Hard Coded Airflow Envs
-  {{- if .Values.enableBuiltInSecretEnvVars.AIRFLOW__CORE__FERNET_KEY }}
-  - name: AIRFLOW__CORE__FERNET_KEY
-    valueFrom:
-      secretKeyRef:
-        name: {{ template "fernet_key_secret" . }}
-        key: fernet-key
-  {{- end }}

Review Comment:
   You didn't mean to remove this, right?



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to