From 827dbe6f159de04d5c501d2c59df6d0919377dbd Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 10 Oct 2024 07:59:29 +0200 Subject: [PATCH] Fix ci and add sa name tp the job --- .woodpecker/helmfile.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/helmfile.yaml b/.woodpecker/helmfile.yaml index 309f841..8dc1e5c 100644 --- a/.woodpecker/helmfile.yaml +++ b/.woodpecker/helmfile.yaml @@ -27,7 +27,7 @@ steps: exclude: - main commands: - - yq + - sed -i "/\b\(kubeContext\)\b/d" common/environments.yaml - helmfile -e "${ENV}" diff diff: !!merge <<: *opts @@ -36,4 +36,5 @@ steps: include: - main commands: + - sed -i "/\b\(kubeContext\)\b/d" common/environments.yaml - helmfile -e "${ENV}" apply