You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(argocd): disable ServerSideApply for OpenStack Helm Apps
OpenStack Helm Kubernetes Jobs need force=true to have them be replaced
since they need to stick around. We've battled with ArgoCD here a bit
and the current issue is argoproj/argo-cd#23226. Since upgrading from
ArgoCD 3.0.11 to 3.1.x they've made force=true and ServerSideApply=true
incompatible so disable ServerSideApply.
0 commit comments