GitHub user potiuk added a comment to the discussion: [Errno 30] Read-only file system: '/opt/airflow/webserver_config.py/default_webserver_config.py' when webserverConfigConfigMapName is set
I think you are overdoing it. Your configmap is mounted as "webserver_config.py" - so it should contain the content of your webserver config - not a "string" metadata named `webserver_config.py`. You can see how it is mounted in your pods by running `--dry-run` wiht helm install and you will see that the whole configmap is mounted as the file. In your case you turned the webserver_config.py in a directory containing `webserver_config.py` file GitHub link: https://github.com/apache/airflow/discussions/43916#discussioncomment-11223312 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
