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

CNF-15718: Add Configuration Support for the SiteConfig Operator #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 29, 2024

  1. Add Configuration Support for the SiteConfig Operator

    This commit introduces functionality to manage the SiteConfig Operator's configuration via a ConfigMap.
    
    A new controller, `ConfigurationMonitor`, has been implemented to monitor and maintain the configuration. Key features include:
    - Automatic creation of the ConfigMap with default values during manager pod initialization if it doesn't exist.
    - Re-creation of the ConfigMap with default values if it is deleted.
    
    The following configuration fields are supported:
    - `AllowReinstalls`: Enables or disables the reinstall functionality.
    - `MaxConcurrentReconciles`: Sets the maximum number of `ClusterInstances` that can be processed concurrently.
    
    Unit tests have been added to validate the behavior of the new components.
    
    Signed-off-by: Sharat Akhoury <[email protected]>
    sakhoury committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    d5faf6a View commit details
    Browse the repository at this point in the history