Replies: 3 comments 5 replies
-
Hi, apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: test
namespace: argocd
spec:
ignoreDifferences:
- jsonPointers:
- /spec/template/metadata/annotations
kind: Deployment
... Any ideas on this please, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, I tried but didn't help :( regards Philipp |
Beta Was this translation helpful? Give feedback.
3 replies
-
Sry it works now, intendation problem, shame on me, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
``Hi,
praise to ArgoCD Project, made our deployments so much easier :)
Using: v2.13.4+102853d
We noticed since we updated our openshift-cluster to 4.15 (not shure if its the argoCD version ore the openshift version that introduced this behavior) that some apps are out of sync, because of the following annotation on a Deployment:
For some apps we rollout (restart) PODs with:
This sets the annotation and argo shows the diff for deletion. Any thoughts on this how we could have "normal" in sync Applications again in ArgoCD? Should this maybe be ignored by argoCD, should I raise an issue?
Many thanks for this awesome tool,
regards Philipp
Beta Was this translation helpful? Give feedback.
All reactions