deepujain commented on code in PR #63204:
URL: https://github.com/apache/airflow/pull/63204#discussion_r2936867140
##########
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:
Happy to do the standard_airflow_environment refactor (no JWT by default,
and a separate standard_airflow_environment_with_jwt_secret for components that
need it) in a follow-up MR. Could you open or point to an issue for that so I
can use it in the follow-up PR? Thanks.
--
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]