mirror of
https://github.com/rancher/os.git
synced 2025-09-08 18:20:32 +00:00
Fix installation and trim packages
This commit is contained in:
@@ -67,7 +67,12 @@ func (h *handler) OnChange(mos *provv1.ManagedOSImage, status provv1.ManagedOSIm
|
||||
return nil, status, err
|
||||
}
|
||||
|
||||
resources, err := ToResources(objects(mos, prefix))
|
||||
objs, err := objects(mos, prefix)
|
||||
if err != nil {
|
||||
return nil, status, err
|
||||
}
|
||||
|
||||
resources, err := ToResources(objs)
|
||||
if err != nil {
|
||||
return nil, status, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user