Fix the mismatch of property used in helm chart

This commit fixes the issue mentioned int #5326
This commit is contained in:
Wenkai Yin 2018-07-18 17:56:52 +08:00
parent 993d51274f
commit affc63f4d1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ data:
JOBSERVICE_SECRET: {{ .Values.jobservice.secret | b64enc | quote }}
UI_SECRET: {{ .Values.ui.secret | b64enc | quote }}
{{- if eq .Values.authenticationMode "ldap_auth" }}
LDAP_SEARCH_PWD: {{ .Values.ldap.searchPwd | b64enc | quote }}
LDAP_SEARCH_PWD: {{ .Values.ldap.searchPassword | b64enc | quote }}
{{- end }}
{{ if .Values.clair.enabled }}
CLAIR_DB_PASSWORD: {{ template "harbor.database.password" . }}