From 4f2e7ca590ef1ea43cd83d7e502e777fc53b203f Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Sun, 4 Jun 2023 08:41:01 +0000 Subject: [PATCH] Set correct command for init container --- .gitlab-ci.yml | 2 +- Chart/templates/deployment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4263617..6cfba8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.5.8" + HELM_CHART_VERSION: "0.5.9" stages: - deploy diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index dc7a239..6474ecf 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -65,6 +65,7 @@ spec: name: {{ include "..fullname" . }}-db-auth - secretRef: name: global-secrets + command: [ "/init-go/init-go" ] containers: - name: wordpress securityContext: