Enable ConfigSync
Enable ConfigSync
To enable ConfigSync, add the Next, you can configure the ConfigSync mode to select Publisher mode, Subscriber mode, or Pub/Sub mode.For additional options, see the ConfigSync configuration reference.
config-sync values to your Helm chart configuration, similar to the example below:Configure the ConfigSync mode
Configure the ConfigSync mode
ConfigSync can operate in different modes:
- Publisher mode: Monitors Fusion for changes and pushes them to a GitHub repository.
- Subscriber mode: Polls a GitHub repository for changes and applies them to Fusion.
- Pub/Sub mode: Combines the features of both Publisher and Subscriber modes.
sync configuration in the fusion-config-sync section of the Helm chart configuration, as shown below.-
Publisher mode:
-
Subscriber mode:
-
PubSub mode:
Learn more
Disable ConfigSync
Disable ConfigSync
To disable ConfigSync, set the
enabled flag to false in your Helm chart configuration: