You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Closes#152
## Type of Change
* New feature (non-breaking change which adds functionality)
## Checklist
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit/integration tests pass locally with my
changes
Signed-off-by: Jakub Stejskal <[email protected]>
Related problem
operator sdk allows to install operator from bundle image without index image. This is a cool functionality for testing purpose.
https://sdk.operatorframework.io/docs/olm-integration/testing-deployment/#operator-sdk-run-bundle-command-overview
Suggested solution
Implement cmd wrapper over operator-sdk which installs and uninstall operator using olm from bundle-image
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: