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

Update kustomize/api to v0.7.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-12-11 16:07:23 +02:00
parent daa72e72b0
commit 6280fbce17
3 changed files with 17 additions and 9 deletions

View File

@@ -122,6 +122,7 @@ func build(base, output string) error {
}
opt := krusty.MakeDefaultOptions()
opt.DoLegacyResourceSort = true
k := krusty.MakeKustomizer(fs, opt)
m, err := k.Run(base)
if err != nil {