[bitnami/airflow] Fix worker (#6060)

* Fix worker when using KubernetesExecutor

* Bump chart version
This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2021-04-09 13:27:36 +02:00
committed by GitHub
parent ab65337fcf
commit f88bb46978
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -32,4 +32,4 @@ name: airflow
sources:
- https://github.com/bitnami/bitnami-docker-airflow
- https://airflow.apache.org/
version: 9.0.1
version: 9.0.2
@@ -47,7 +47,8 @@ data:
- "/bin/bash"
- "-ce"
- |
. /opt/bitnami/scripts/libairflow.sh
. /opt/bitnami/scripts/airflow-worker-env.sh
. /opt/bitnami/scripts/libairflowworker.sh
airflow_generate_config # Generate the config file
cp /opt/bitnami/airflow/airflow.cfg /opt/bitnami/airflow/k8s-executor-config/airflow.cfg