From 4b1024f5ab7cafd4545a42462aeb3ede467f4e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=B6bele?= Date: Mon, 27 Nov 2023 20:51:40 +0100 Subject: [PATCH] Fix image pull secret --- helmfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile.yaml b/helmfile.yaml index 8387371..7373c84 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -10,8 +10,8 @@ releases: chart: bjw-s/app-template values: - defaultPodOptions: - imagePullSecrets: - - registry-credentials + imagePullSecrets: + - name: registry-credentials - controllers: main: strategy: Recreate