Product Selector

Fusion 5.9
    Fusion 5.9

    Enable ConfigSync

    To enable ConfigSync, add the config-sync values to your Helm chart configuration, similar to the example below:

    fusion-config-sync:
      enabled: true
      # other config-sync specific values
      sshKey: <base64-encoded-private-key>
      cfg:
        github:
          repo: <repository-url> # use the ssh url e.g. git@github.com:my-fusion/config-sync-repo.git
          branch: <customer-branch> # you can leave it as is
          mainBranch: <main-branch> # most probably it's `main`

    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.