From 684011b797e47400b86bd4ecd958a2414522be86 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Sun, 4 Jun 2023 12:27:27 +0000 Subject: [PATCH] Fixed parenthesis --- .gitlab-ci.yml | 2 +- Chart/templates/configmap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8624e37..0b50085 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.5.15" + HELM_CHART_VERSION: "0.5.16" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 05f2afe..b001b1b 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -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 }}