forked from sakhoury/siteconfig
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
16 changed files
with
1,061 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.