From c23ff885f2ef3f39876d2340b15990a67c81e109 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Mon, 10 Jul 2023 18:48:17 +0200 Subject: [PATCH] == to eq --- .gitlab-ci.yml | 2 +- Chart/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09a16f8..fa493ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "99.6.18" + HELM_CHART_VERSION: "99.6.19" stages: - deploy diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 8c2354f..aa8ee5a 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -84,7 +84,7 @@ spec: name: {{ include "..fullname" . }}-db-auth - secretRef: name: global-secrets - {{- if (.Values.site.container_base | default "debian" ) == "debian" }} + {{- if eq (.Values.site.container_base | default "debian" ) "debian" }} command: [ "/init-go/init-go" ] {{- else }} command: