Open didlawowo opened 1 month ago
Did you recently enable "server-side diff" for your Argo-CD instance? The error message probably comes from kubectl when validating the generated Application
resources.
Is your ApplicationSet generating Applications that you previously created manually?
Do you mind sharing your Argo-CD configuration?
Where exactly do you see this warning?
i see this warning in application controller log. i don't remember if i have application deployed manually maybe. i can share my config, but value file is huge... do you think there is a problem in my template ?
Can you share the sources from git, please? If it's too big, maybe search for metadata
, setElementOrder
and finalizers
and paste those parts.
i'm not sur what you want ?. i have provided the example above, what do you need ?
Sorry, I meant helm charts and values.yaml
files.
i can provide in private if you want.
Feel free to send via CNCF Slack, I'm Andrii Korotkov (Verkada) there.
i'm using application set config with go template like, thoses are working fine but two things not work (the feature enabled true for cluster)
and i have a warn message like
unknown field "metadata.$setElementOrder/finalizers"
i don't know what i'm doing wrong ?
the two configs file are
Checklist:
argocd version
.Describe the bug
unknown field "metadata.$setElementOrder/finalizers"
To Reproduce
just add config
Expected behavior
not warning
Version
Image: quay.io/argoproj/argocd:v2.12.4
Logs