fix: use helm4-compatible postRenderer value in app tests

Agent-Logs-Url: https://github.com/helmfile/helmfile/sessions/17a1a3c2-e104-49c5-a607-1e81a7b9de06

Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-01 01:24:56 +00:00 committed by yxxhero
parent fe80e2bb36
commit 17ae231537
1 changed files with 2 additions and 2 deletions

View File

@ -2928,7 +2928,7 @@ releases:
}
func TestTemplate_HelmDefaultsPostRendererArgsFromDefaults(t *testing.T) {
postRenderer := "foo.sh"
postRenderer := "foo"
files := map[string]string{
"/path/to/helmfile.yaml": fmt.Sprintf(`
helmDefaults:
@ -3003,7 +3003,7 @@ releases:
}
func TestTemplate_HelmDefaultsPostRendererArgsMultiDoc(t *testing.T) {
postRenderer := "foo.sh"
postRenderer := "foo"
files := map[string]string{
"/path/to/helmfile.yaml": fmt.Sprintf(`
helmDefaults: