From 6616b25d66b9a04c70b6125801f929fb39ae2791 Mon Sep 17 00:00:00 2001 From: Nestor Date: Thu, 17 Jan 2019 16:02:14 +0100 Subject: [PATCH] fix comment --- pkg/types/kustomization.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/types/kustomization.go b/pkg/types/kustomization.go index 31b3a2147..26c689452 100644 --- a/pkg/types/kustomization.go +++ b/pkg/types/kustomization.go @@ -155,7 +155,7 @@ func (k *Kustomization) DealWithDeprecatedFields() { } if len(k.ImageTags) > 0 { - // Transform `image.Tag` to `image.Image` + // Transform `ImageTag` to `Image` // for backwards compatibility k.Images = image.Append( k.Images, k.ImageTags...)