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

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "0.5.15" HELM_CHART_VERSION: "0.5.16"
stages: stages:
- deploy - deploy

View File

@@ -23,7 +23,7 @@ data:
SMTP_FROM_NAME: "V3 Customer Mailer" SMTP_FROM_NAME: "V3 Customer Mailer"
{{- end }} {{- end }}
WP_ENV: "{{ .Values.site.environment | default "production" }}" 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 }} {{- if .Values.site.additional_env }}
{{- range $k, $v := .Values.site.additionalEnv }} {{- range $k, $v := .Values.site.additionalEnv }}
{{ $k }}: {{ $v }} {{ $k }}: {{ $v }}