Skip to content

Commit

Permalink
fix: work around ArgoCD ServerSideApply
Browse files Browse the repository at this point in the history
When using ServerSideApply from Kubernetes, ArgoCD needs to compare
using a server side diff.

See:
https://argo-cd.readthedocs.io/en/stable/user-guide/diff-strategies/
argoproj/argo-cd#11143
  • Loading branch information
cardoe committed Jan 17, 2025
1 parent 37257fd commit e22cccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/appsets/openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ spec:
name: '{{.name}}-{{.component}}'
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/compare-options: ServerSideDiff=true,IncludeMutationWebhook=true
spec:
project: default
sources:
Expand Down

0 comments on commit e22cccd

Please sign in to comment.