operator-framework / rukpak

RukPak runs in a Kubernetes cluster and defines APIs for installing cloud native content
Apache License 2.0
51 stars 50 forks source link

Add install mode validation #913

Closed m1kola closed 3 weeks ago

m1kola commented 3 weeks ago

New validation only allows AllNamespaces install mode to be used.

Related to https://github.com/operator-framework/operator-controller/issues/816

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 14.61%. Comparing base (ac1802e) to head (1d411dd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #913 +/- ## ========================================== + Coverage 14.41% 14.61% +0.20% ========================================== Files 41 41 Lines 2553 2552 -1 ========================================== + Hits 368 373 +5 + Misses 2128 2124 -4 + Partials 57 55 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

m1kola commented 3 weeks ago

Closing this for now as we try to keep convertor generic in case we want to support other install modes too.