You're viewing the 2.x documentation. For the most recent release, see the latest StormForge documentation.

How to use StormForge and Argo CD together

Add stormforge to the list of known field managers

StormForge and Argo CD are fully compatible — Argo CD just needs to be configured to understand that StormForge is operating in the environment.

After you install StormForge, add the following system-level reconcile configuration option to the argocd-cm ConfigMap:

data:
  resource.customizations.ignoreDifferences.all: |
    managedFieldsManagers:
    - stormforge

For more information on the underlying Kubernetes feature that enables managers like ArgoCD and StormForge to co-function, see:

Last modified April 28, 2026