fix: update configuration service when overriding configuration by metacosm · Pull Request #2784 · operator-framework/java-operator-sdk

Currently, the configuration information related to a reconciler can be inconsistent between what's returned by the ConfigurationService and what can be returned by RuntimeInfo from RegisteredController (which should be the correct version, in case they differ). The problem is RuntimeInfo is not very well known and not as widely used as ConfigurationService, which means that users can observe outdated configuration.