Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust polarity of condition when CSV not found #210

Commits on Feb 29, 2024

  1. Adjust polarity of condition when CSV not found

    In situations where a subscription does not reference a CSV, a special
    condition is created and an event emitted to report that no relevant CSV
    was found. Previously, this condition was "True", which made sense with
    its reason, but not with the "ClusterServiceVersionCompliant" type. Now
    the condition will be "False", and the reason has been changed to still
    make sense.
    
    Refs:
     - https://issues.redhat.com/browse/ACM-10190
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    JustinKuli committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e84c9f5 View commit details
    Browse the repository at this point in the history