-
I have resource, that I used to manage with argocd and synced via
One of my resources now has a different lifecycle, hence I would like to remove it from my helm chart. The sync operation now fails with I would like argo not to consider this resource any longer but keep the resource itself in my Kubernetes cluster. How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Couldn't find any info regarding this but what worked for me was removing the label |
Beta Was this translation helpful? Give feedback.
Couldn't find any info regarding this but what worked for me was removing the label
argocd.argoproj.io/instance
from the resource (in my case a secret) once it was in therequires pruning
state and then ArgoCD stopped trying to sync it and no longer appeared in the UI.