jscheffl commented on issue #36843: URL: https://github.com/apache/airflow/issues/36843#issuecomment-1925949331
> @jscheffl thank you, im using helm charts, and i was wondering which annotation would be right and where exactly to add that env variable, i was testing with env: envVars, extraEnvVars Please take a look to https://airflow.apache.org/docs/helm-chart/stable/airflow-configuration.html Probably (never tried myself) you need to set the following in your values.yaml: ``` config: webserver: show_trigger_form_if_no_params: 'True' ``` -- 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]
