mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Add hash interface
This commit is contained in:
@@ -29,7 +29,8 @@ func main() {
|
||||
|
||||
if err := commands.NewDefaultCommand(
|
||||
k8sdeps.NewKustDecoder(),
|
||||
k8sdeps.NewKustValidator()).Execute(); err != nil {
|
||||
k8sdeps.NewKustValidator(),
|
||||
k8sdeps.NewKustHash()).Execute(); err != nil {
|
||||
os.Exit(1)
|
||||
}
|
||||
os.Exit(0)
|
||||
|
||||
Reference in New Issue
Block a user