Add the possibility to add annotations to CRDs of Scale Set controller #3895
altingjonbalajj
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you use ArgoCD to manage the Helm Chart deployment in Kubernetes there will come a point where adding the annotation of last applied resource shows an error and that is added on Client Side apply.
For this in ArgoCD an annotation is added to these resources so specific resources are applied using Server Side apply and the annotation of last applied is not defined in the resource anymore.
https://argo-cd.readthedocs.io/en/latest/user-guide/sync-options/#server-side-apply
Beta Was this translation helpful? Give feedback.
All reactions