How to use Optimize Live and Argo CD together
Add
stormforge
to the list of known field managersless than a minute
Optimize Live 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 Optimize Live, 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:
- Server-Side Apply details in the Kubernetes docs
- Diffing Customization in the Argo CD docs
Last modified November 1, 2024