From b8aa2237e2fadb861b8608aa90dd5c2cde9e3fbe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 12 May 2026 17:20:24 +0000 Subject: [PATCH] test: simplify json patch fixture Agent-Logs-Url: https://github.com/helmfile/helmfile/sessions/72b7ba14-50b8-4407-ba37-6da202609603 Co-authored-by: zhaque44 <20215376+zhaque44@users.noreply.github.com> --- .../test-cases/issue-2271/input/helmfile-jsonpatch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test-cases/issue-2271/input/helmfile-jsonpatch.yaml b/test/integration/test-cases/issue-2271/input/helmfile-jsonpatch.yaml index 4d3da144..4b2defc8 100644 --- a/test/integration/test-cases/issue-2271/input/helmfile-jsonpatch.yaml +++ b/test/integration/test-cases/issue-2271/input/helmfile-jsonpatch.yaml @@ -12,6 +12,6 @@ releases: namespace: default patch: - op: add - path: /metadata/labels + path: /metadata/annotations value: hello: world