-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Add webserverConfigConfigMapName #27419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add webserverConfigConfigMapName #27419
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
ebc51a1 to
27ec6ff
Compare
|
Hi @dstandish and @jedcunningham, this PR is also ready for review |
…figmap for webserver_config.py
27ec6ff to
5dba900
Compare
|
The failing check runs fine for me locally. I don't get why it fails here... |
|
Let's just rerun it as a first attempt, as it seems like a time based failure. |
|
Looks like it worked. Thanks @jedcunningham ! |
Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
…n the values schema
…ig_configmap_name_volume_mounts
…n templates and helpers
This PR adds a webserverConfigConfigmapName to use a webserver_config.py in a custom configmap.
Specifying a value for this configuration overrides the webserverConfig configuration.
This PR is also designed to solve the issue with readOnlyRootFilesystem clusters, and hence mounts the configmap as a volume for all appropriate containers.