[bitnami/airflow] Fix typo in web deployment when enabling LDAP (#6422)

Signed-off-by: juan131 <juanariza@vmware.com>
This commit is contained in:
Juan Ariza Toledano
2021-05-20 09:24:49 +02:00
committed by GitHub
parent 23deefabb3
commit 8d9e7a599f
2 changed files with 1 additions and 2 deletions

View File

@@ -32,4 +32,4 @@ name: airflow
sources:
- https://github.com/bitnami/bitnami-docker-airflow
- https://airflow.apache.org/
version: 10.0.5
version: 10.0.6

View File

@@ -106,7 +106,6 @@ spec:
- name: AIRFLOW_LDAP_BIND_USER
value: {{ .Values.ldap.binddn }}
- name: AIRFLOW_LDAP_BIND_PASSWORD
value: {{ .Values.ldap.bindpw }}
valueFrom:
secretKeyRef:
name: {{ include "airflow.ldapSecretName" . }}