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

OCPBUGS-304: exclude rhacs-operator namespace from resource limit rules #12307

Merged
merged 1 commit into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. OCPBUGS-304: exclude rhacs-operator namespace from resource limit rules

    Added three new variable to be able to exclude namespaces in:
    `var_daemonset_limit_namespaces_exempt_regex` for rule `resource_requests_limits_in_daemonset`
    `var_deployment_limit_namespaces_exempt_regex` for rule `resource_requests_limits_in_deployment`
    `var_statefulset_limit_namespaces_exempt_regex` for rule `resource_requests_limits_in_statefulset`
    
    `rhacs-operator` namespace has also being excluded by default.
    
    Link to Jira Bug: https://issues.redhat.com/browse/OCPBUGS-304
    Vincent056 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5798710 View commit details
    Browse the repository at this point in the history