enable kustomization in kubectl commands

This commit is contained in:
Jingfang Liu
2018-12-12 09:42:47 -08:00
parent d349998abe
commit 0ce8427b46
2 changed files with 2 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ func (f *DeleteFlags) ToOptions(dynamicClient dynamic.Interface, streams generic
options.WaitForDeletion = *f.Wait
}
options.FilenameOptions.EnableKustomization = true
return options
}