percona-postgres-operator creates resources which want ArgoCD to delete #19562
-
The percona postgres operator creates many resources. I don't know how to hide them from ArgoCD. An idea would be to filter by labels. Than it could take the managed-by: label.
|
Beta Was this translation helpful? Give feedback.
Answered by
ChristianCiach
Aug 19, 2024
Replies: 1 comment 3 replies
-
Please have a look at https://argo-cd.readthedocs.io/en/stable/faq/#why-is-my-app-out-of-sync-even-after-syncing |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, but I would highly recommend to change the key anyway. You will have this issue for many other apps, because many helm charts set the
app.kubernetes.io/instance
label on the pods.The Argo CD helm chart even sets this key by default: https://github.com/argoproj/argo-helm/blob/d1f5d50dcdd436329f5baa2cea94a969b4b087d9/charts/argo-cd/values.yaml#L173