fix comment

This commit is contained in:
Nestor
2019-01-17 16:02:14 +01:00
parent 6d56c1750f
commit 6616b25d66

View File

@@ -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...)