Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extract: Don't crash when the error is not an
ErrorPrimitiveReached
When there's an invalid Kubernetes object, we can get a `*manifest.SchemaError` here, for example. We currently panic, but instead we should return the error so it can be displayed properly.
- Loading branch information