[bitnami/airflow] add quote to AIRFLOW_LDAP_ALLOW_SELF_SIGNED (#7883)

This commit is contained in:
Ibone González Mauraza
2021-10-21 17:12:38 +02:00
committed by GitHub
parent c46a60b90c
commit 03a311dbab
2 changed files with 2 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: 11.1.3
version: 11.1.4

View File

@@ -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 }}