File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 78
78
metadata :
79
79
name : ' {{.name}}-{{.component}}'
80
80
# we should never set the finalizer here as the applicationsSync policy will handle it
81
- annotations :
82
- argocd.argoproj.io/compare-options : ServerSideDiff=true,IncludeMutationWebhook=true
83
81
spec :
84
82
project : understack
85
83
sources :
@@ -121,9 +119,10 @@ spec:
121
119
# sync should be run if a change is detected in the resource objects
122
120
selfHeal : true
123
121
syncOptions :
124
- # Use the server side apply behavior of kubernetes for resources, we've got the
125
- # compare option set above to support this.
126
- - ServerSideApply=true
122
+ # We cannot use server side apply due to needing to use force=true on the
123
+ # OpenStack Helm jobs. ArgoCD has made force=true on hooks not compatible
124
+ # with server side apply.
125
+ - ServerSideApply=false
127
126
# Resources might have mutated fields and we want to allow those to be set without
128
127
# ArgoCD coming back and smacking them back. The ignoreDifferences templatePatch
129
128
# uses this feature.
You can’t perform that action at this time.
0 commit comments