From 2c7d959b16dac8b6e564803dafce5d21846d1456 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Fri, 12 May 2023 17:05:58 +0200 Subject: [PATCH] Fixed typo in cm --- .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 3196b49..6ca137f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.8.9" + HELM_CHART_VERSION: "0.8.10" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 46da66e..5cd33b9 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -32,7 +32,7 @@ data: WP_ENV: "{{ .Values.site.overrideEnvironment }}" {{- else }} WP_ENV: "production" - {{- endif }} + {{- end }} {{- if .Values.site.overrideMainUrl }} WP_HOME: "https://{{ .Values.site.overrideMainUrl }}"