Fix typo in comment

This commit is contained in:
Pierre-Yves Aillet
2019-06-19 14:53:29 +02:00
committed by GitHub
parent 658ebeaa21
commit 49c6bd4141

View File

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