You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/31 17:38:28 UTC

[airflow] branch master updated (e238b88 -> 644ac1b)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from e238b88  Validate airflow chart values.yaml & values.schema.json (#11990)
     add 644ac1b  Add Flower Authentication to Helm Chart (#11836)

No new revisions were added by this update.

Summary of changes:
 chart/templates/_helpers.yaml                      |  4 ++
 chart/templates/flower/flower-deployment.yaml      | 29 +++++++--
 ...uncer-config-secret.yaml => flower-secret.yaml} |  9 ++-
 chart/tests/test_flower_authorization.py           | 68 ++++++++++++++++++++++
 chart/values.schema.json                           | 21 +++++++
 chart/values.yaml                                  |  7 +++
 6 files changed, 127 insertions(+), 11 deletions(-)
 copy chart/templates/secrets/{pgbouncer-config-secret.yaml => flower-secret.yaml} (81%)
 create mode 100644 chart/tests/test_flower_authorization.py