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