From 8037106667fbd978de9c347ce5c0c9a12d0dccbf Mon Sep 17 00:00:00 2001 From: yxxhero Date: Sat, 18 Apr 2026 09:13:55 +0800 Subject: [PATCH] fix: separate environments and releases with --- in helmfile.yaml Signed-off-by: yxxhero --- .../issue-2502-race-condition-local-chart/input/helmfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/test-cases/issue-2502-race-condition-local-chart/input/helmfile.yaml b/test/integration/test-cases/issue-2502-race-condition-local-chart/input/helmfile.yaml index 8727d73e..be801d93 100644 --- a/test/integration/test-cases/issue-2502-race-condition-local-chart/input/helmfile.yaml +++ b/test/integration/test-cases/issue-2502-race-condition-local-chart/input/helmfile.yaml @@ -1,5 +1,6 @@ environments: test: {} +--- releases: - name: app chart: helm/my-chart