⛰️
Application Platform
  • Treetracker Tech Stack
  • Best Practices
  • Team Vision
  • DevOps Notes
    • Rollback Procedures
    • Troubleshooting
    • CI-CD
  • Roadmap 2
  • RabbitMQ
  • Airflow
  • CKAN
    • CKAN
    • Cloud Settings
  • DevOps
    • Github Actions To Do
    • Alerting To Do
    • Check and recover
      • Check script
      • Check database
      • How to backup postgresql
  • Keycloak
    • Keycloak
    • How to set up Keycloak to allow login by Social Media
Powered by GitBook
On this page

Was this helpful?

Airflow

PreviousRabbitMQNextCKAN

Last updated 3 years ago

Was this helpful?

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://github.com/airflow-helm/charts/blob/main/charts/airflow/values.yaml
https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html
https://github.com/airflow-helm/charts/tree/main/charts/airflow#how-to-create-airflow-connections