mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
fix comment
This commit is contained in:
@@ -155,7 +155,7 @@ func (k *Kustomization) DealWithDeprecatedFields() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if len(k.ImageTags) > 0 {
|
if len(k.ImageTags) > 0 {
|
||||||
// Transform `image.Tag` to `image.Image`
|
// Transform `ImageTag` to `Image`
|
||||||
// for backwards compatibility
|
// for backwards compatibility
|
||||||
k.Images = image.Append(
|
k.Images = image.Append(
|
||||||
k.Images, k.ImageTags...)
|
k.Images, k.ImageTags...)
|
||||||
|
|||||||
Reference in New Issue
Block a user