mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
Add more tests and explain some strange quotes.
This commit is contained in:
@@ -93,9 +93,6 @@ func (b *Kustomizer) Run(path string) (resmap.ResMap, error) {
|
||||
}
|
||||
t.Transform(m)
|
||||
}
|
||||
err = m.RemoveIdAnnotations()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
m.RemoveIdAnnotations()
|
||||
return m, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user