wikijs: bump to 2.5.309, helm chart 2.4.1
This commit is contained in:
@@ -81,7 +81,7 @@ Set postgres host
|
||||
{{- if .Values.postgresql.enabled -}}
|
||||
{{- template "wiki.postgresql.fullname" . -}}
|
||||
{{- else -}}
|
||||
{{- .Values.postgresql.postgresqlHost | quote -}}
|
||||
{{- .Values.postgresql.host | quote -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
@@ -101,8 +101,8 @@ Set postgres secretKey
|
||||
*/}}
|
||||
{{- define "wiki.postgresql.secretKey" -}}
|
||||
{{- if .Values.postgresql.enabled -}}
|
||||
"postgresql-password"
|
||||
"password"
|
||||
{{- else -}}
|
||||
{{- default "postgresql-password" .Values.postgresql.existingSecretKey | quote -}}
|
||||
{{- default "password" .Values.postgresql.auth.existingSecretKey | quote -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user