diff --git a/pkg/types/kustomization.go b/pkg/types/kustomization.go index 605a5f2c6..7104ad335 100644 --- a/pkg/types/kustomization.go +++ b/pkg/types/kustomization.go @@ -139,7 +139,7 @@ type Kustomization struct { // Inventory appends an object that contains the record // of all other objects, which can be used in apply, prune and delete - Inventory *Inventory `json:"inventory,omitempty" yaml:"inventory:omitempty"` + Inventory *Inventory `json:"inventory,omitempty" yaml:"inventory,omitempty"` } //go:generate stringer -type=GarbagePolicy