Airflow
Sync users and connections from Secrets/ConfigMaps
## if we create a Deployment to perpetually sync `airflow.users`
## - when `true`, users are updated in real-time, as ConfigMaps/Secrets change
## - when `true`, users changes from the WebUI will be reverted automatically
## - when `false`, users will only update one-time, after each `helm upgrade`
##
usersUpdate: true
https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html
Last updated