This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 35b5614 Remove inapplicable configuration section [ldap] (since
2.0.0) (#12386)
add 56ee2bb Support creation of configmaps & secrets and extra env &
envFrom configuration in Helm Chart (#12164)
No new revisions were added by this update.
Summary of changes:
chart/README.md | 6 +-
chart/files/pod-template-file.kubernetes-helm-yaml | 11 +-
chart/templates/_helpers.yaml | 15 ++-
chart/templates/{ => configmaps}/configmap.yaml | 0
.../extra-configmaps.yaml} | 36 ++++---
chart/templates/create-user-job.yaml | 2 +
chart/templates/flower/flower-deployment.yaml | 2 +-
chart/templates/migrate-database-job.yaml | 2 +
.../templates/scheduler/scheduler-deployment.yaml | 10 +-
.../{fernetkey-secret.yaml => extra-secrets.yaml} | 42 +++++---
.../templates/webserver/webserver-deployment.yaml | 8 +-
chart/templates/workers/worker-deployment.yaml | 10 +-
chart/tests/helm_template_generator.py | 12 +++
chart/tests/test_extra_configmaps_secrets.py | 110 +++++++++++++++++++
chart/tests/test_extra_env_env_from.py | 117 +++++++++++++++++++++
chart/values.schema.json | 44 ++++++++
chart/values.yaml | 51 +++++++++
17 files changed, 435 insertions(+), 43 deletions(-)
rename chart/templates/{ => configmaps}/configmap.yaml (100%)
copy chart/templates/{secrets/fernetkey-secret.yaml =>
configmaps/extra-configmaps.yaml} (58%)
copy chart/templates/secrets/{fernetkey-secret.yaml => extra-secrets.yaml}
(55%)
create mode 100644 chart/tests/test_extra_configmaps_secrets.py
create mode 100644 chart/tests/test_extra_env_env_from.py