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

fix: Add missing poddisruption budget permissions in manager cluster role #718

Merged

Commits on Oct 30, 2024

  1. Add missing poddisruption budget permissions in manager cluster role

    Background
    ---
    Open feature operator now attempts to list, create, and watch pod disruption budget resources for flagd proxy since it can now configure HA replica for flagd proxy
    
    Changes
    ---
    * update existing ClusterRole configuration to include poddisruptionbudget resource permissions for api group: policy
    
    Testing
    ---
    * manually apply changes to ClusterRole resource, change FlagSource and watch for permission errors. Retry with extra verbs until no reconcile errors were encountered.
    
    Signed-off-by: woodyh <[email protected]>
    woodyh committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    aa3e444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7092b2f View commit details
    Browse the repository at this point in the history