Fixed parenthesis

This commit is contained in:
2023-06-04 12:27:27 +00:00
parent 1a259c91c5
commit 684011b797
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ data:
SMTP_FROM_NAME: "V3 Customer Mailer"
{{- end }}
WP_ENV: "{{ .Values.site.environment | default "production" }}"
WP_HOME: "https://{{ ().Values.site.redirectDomain | default ( .Values.site.domain )) | replace "https://" "" | replace "http://" "" }}"
WP_HOME: "https://{{ ( .Values.site.redirectDomain | default ( .Values.site.domain )) | replace "https://" "" | replace "http://" "" }}"
{{- if .Values.site.additional_env }}
{{- range $k, $v := .Values.site.additionalEnv }}
{{ $k }}: {{ $v }}