mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-23 15:27:01 +00:00
Fix typo in comment
This commit is contained in:
committed by
GitHub
parent
658ebeaa21
commit
49c6bd4141
@@ -133,7 +133,7 @@ func (o *setImageOptions) RunSetImage(fSys fs.FileSystem) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// append only new images from ksutomize file
|
||||
// append only new images from kustomize file
|
||||
for _, im := range m.Images {
|
||||
if _, ok := o.imageMap[im.Name]; ok {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user