mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
fix comment
This commit is contained in:
@@ -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...)
|
||||
|
||||
Reference in New Issue
Block a user