Miretpl commented on code in PR #63204:
URL: https://github.com/apache/airflow/pull/63204#discussion_r2937139823


##########
chart/templates/api-server/api-server-deployment.yaml:
##########
@@ -145,7 +145,7 @@ spec:
           envFrom: {{- include "custom_airflow_environment_from" . | default 
"\n  []" | indent 10 }}
           env:
             {{- include "custom_airflow_environment" . | indent 10 }}
-            {{- include "standard_airflow_environment" . | indent 10 }}
+            {{- include "standard_airflow_environment" (merge (dict 
"IncludeJwtSecret" false) .) | indent 10 }}

Review Comment:
   @jscheffl no, we can merge it in its current state and clean up the 
implementation details afterwards.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to