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

Implement flux debug kustomization command

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-12-13 12:21:41 +02:00
parent 19568eb94e
commit 5b740c45d1
7 changed files with 268 additions and 0 deletions

View File

@@ -470,6 +470,7 @@ func resetCmdArgs() {
}
envsubstArgs = envsubstFlags{}
debugHelmReleaseArgs = debugHelmReleaseFlags{}
debugKustomizationArgs = debugKustomizationFlags{}
}
func isChangeError(err error) bool {