1
0
mirror of synced 2026-02-13 05:06:55 +00:00

Add --show-history flag to debug helmrelease

Signed-off-by: Parthib Mukherjee <parthibmukherjee@gmail.com>
This commit is contained in:
Parthib Mukherjee
2025-09-04 12:43:26 +00:00
parent 7c0e70b9cc
commit bef6f36755
6 changed files with 442 additions and 6 deletions

View File

@@ -56,6 +56,18 @@ func TestDebugHelmRelease(t *testing.T) {
"testdata/debug_helmrelease/values-from.golden.yaml",
tmpl,
},
{
"debug history",
"debug helmrelease test-with-history --show-history --show-status=false",
"testdata/debug_helmrelease/history.golden.yaml",
tmpl,
},
{
"debug history empty",
"debug helmrelease test-values-inline --show-history --show-status=false",
"testdata/debug_helmrelease/history-empty.golden.yaml",
tmpl,
},
}
for _, tt := range cases {