mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
Fix the mismatch of property used in helm chart
This commit fixes the issue mentioned int #5326
This commit is contained in:
parent
993d51274f
commit
affc63f4d1
@ -14,7 +14,7 @@ data:
|
|||||||
JOBSERVICE_SECRET: {{ .Values.jobservice.secret | b64enc | quote }}
|
JOBSERVICE_SECRET: {{ .Values.jobservice.secret | b64enc | quote }}
|
||||||
UI_SECRET: {{ .Values.ui.secret | b64enc | quote }}
|
UI_SECRET: {{ .Values.ui.secret | b64enc | quote }}
|
||||||
{{- if eq .Values.authenticationMode "ldap_auth" }}
|
{{- if eq .Values.authenticationMode "ldap_auth" }}
|
||||||
LDAP_SEARCH_PWD: {{ .Values.ldap.searchPwd | b64enc | quote }}
|
LDAP_SEARCH_PWD: {{ .Values.ldap.searchPassword | b64enc | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ if .Values.clair.enabled }}
|
{{ if .Values.clair.enabled }}
|
||||||
CLAIR_DB_PASSWORD: {{ template "harbor.database.password" . }}
|
CLAIR_DB_PASSWORD: {{ template "harbor.database.password" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user