Fixed typo in cm

This commit is contained in:
2023-05-12 17:05:58 +02:00
parent 10555efb04
commit 2c7d959b16
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "0.8.9"
HELM_CHART_VERSION: "0.8.10"
stages:
- deploy

View File

@@ -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 }}"