mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[bitnami/airflow] Fix typo in web deployment when enabling LDAP (#6422)
Signed-off-by: juan131 <juanariza@vmware.com>
This commit is contained in:
committed by
GitHub
parent
23deefabb3
commit
8d9e7a599f
@@ -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
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user