mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
[bitnami/airflow] add quote to AIRFLOW_LDAP_ALLOW_SELF_SIGNED (#7883)
This commit is contained in:
committed by
GitHub
parent
c46a60b90c
commit
03a311dbab
@@ -32,4 +32,4 @@ name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-airflow
|
||||
- https://airflow.apache.org/
|
||||
version: 11.1.3
|
||||
version: 11.1.4
|
||||
|
||||
@@ -129,7 +129,7 @@ spec:
|
||||
value: {{ ternary "True" "False" .Values.ldap.tls.enabled | quote }}
|
||||
{{- if .Values.ldap.tls.enabled }}
|
||||
- name: AIRFLOW_LDAP_ALLOW_SELF_SIGNED
|
||||
value: {{ .Values.ldap.tls.allowSelfSigned }}
|
||||
value: {{ .Values.ldap.tls.allowSelfSigned | quote }}
|
||||
- name: AIRFLOW_LDAP_TLS_CA_CERTIFICATE
|
||||
value: {{ include "airflow.ldapCAFilename" . | quote }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user