Replies: 1 comment
-
Hi, I also found out, we could just set the options on ArgoCD App. I just added under 'spec' parts like below.
and boom! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use Kustomization build
When Kustomization builds, the common base configmap will be automatically added to labels, which will cause another app outofsync
k8s yaml
Two different deploy will reference the same configmap.
I created two apps in argocd.
When I deploy one of the apps synchronously, the other app gets outofsync.
The reason for outofsync is that argocd automatically adds labels.
I've searched a lot, github, argocd website but haven't found out how to disable.
Finally found a way to ignore labels.
But this one still has the SharedResourceWarning
Beta Was this translation helpful? Give feedback.
All reactions