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

Improve error message for all namespaces #914

Closed m1kola closed 3 weeks ago

m1kola commented 3 weeks ago

Will result in this message:

supported install modes [MultiNamespace OwnNamespace SingleNamespace] do not support target all namespaces

Instead of this when targeting all namespaces:

supported install modes [OwnNamespace SingleNamespace MultiNamespace] do not support target namespaces []

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 14.44%. Comparing base (2cb02e5) to head (e12d038).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #914 +/- ## ========================================== + Coverage 14.41% 14.44% +0.03% ========================================== Files 41 41 Lines 2553 2554 +1 ========================================== + Hits 368 369 +1 Misses 2128 2128 Partials 57 57 ```

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