From 8955ff847ac36fc49d115960a16496f73244cb10 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 16 Dec 2024 14:57:15 +0100 Subject: [PATCH] Enable concurrency --- .woodpecker/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/helmfile.yaml b/.woodpecker/helmfile.yaml index 72c92c5..7fea9e7 100644 --- a/.woodpecker/helmfile.yaml +++ b/.woodpecker/helmfile.yaml @@ -28,7 +28,7 @@ steps: - main commands: - sed -i "/\b\(kubeContext\)\b/d" common/environments.yaml - - helmfile -e "${ENV}" diff + - helmfile -e "${ENV}" diff --concurrency 1 diff: !!merge <<: *opts when: