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

Prevent subscription creation if opgroup incorrect #244

Commits on May 9, 2024

  1. Prevent subscription creation if opgroup incorrect

    Previously, the subscription would be created by an enforced musthave
    OperatorPolicy regardless of the status of the OperatorGroup. But this
    could lead to a bad result where the operator is running in the wrong
    mode because it is not using the correct operatorgroup. While the policy
    was correctly non-compliant in this case, it should not create the
    subscription.
    
    Refs:
     - https://issues.redhat.com/browse/ACM-11507
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    JustinKuli committed May 9, 2024
    Configuration menu
    Copy the full SHA
    da8a636 View commit details
    Browse the repository at this point in the history