mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 21:36:30 +00:00
Merge pull request #4002 from alrs/fix-install-err
pkg/install: fix dropped error
This commit is contained in:
@@ -103,6 +103,9 @@ func crdsAreReady(factory client.DynamicFactory, crdKinds []string) (bool, error
|
||||
|
||||
return true, nil
|
||||
})
|
||||
if err != nil {
|
||||
return false, errors.Wrap(err, "Error polling for CRD")
|
||||
}
|
||||
return areReady, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user