mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 09:38:50 +00:00
Recursively build and diff Kustomizations
Signed-off-by: Boris Kreitchman <bkreitch@gmail.com>
This commit is contained in:
parent
1b4de026dd
commit
2d37544b06
14 changed files with 600 additions and 29 deletions
|
|
@ -429,7 +429,9 @@ func resetCmdArgs() {
|
|||
tail: -1,
|
||||
fluxNamespace: rootArgs.defaults.Namespace,
|
||||
}
|
||||
buildKsArgs = buildKsFlags{}
|
||||
buildKsArgs = buildKsFlags{
|
||||
localSources: map[string]string{},
|
||||
}
|
||||
checkArgs = checkFlags{}
|
||||
createArgs = createFlags{}
|
||||
deleteArgs = deleteFlags{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue