From 63f319c4cb805d373455bc347b4fac9ddf255eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=B6bele?= Date: Mon, 27 Nov 2023 20:45:34 +0100 Subject: [PATCH] Fix image pull secret --- helmfile.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helmfile.yaml b/helmfile.yaml index 4a0c64c..8387371 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -9,10 +9,11 @@ releases: namespace: project-x chart: bjw-s/app-template values: + - defaultPodOptions: + imagePullSecrets: + - registry-credentials - controllers: main: - imagePullSecrets: - - registry-credentials strategy: Recreate containers: main: