Open
Description
It seems that kustomization_resource just uses kubectl.kubernetes.io/last-applied-configuration annotation and didn't check real manifests at all
Probably it documented somewhere but it was a big surprise for me
I updated argocd application via argocd web interface and kustomization_resource says there is no difference
But if I check with kustomize build | kubectl diff
- I see the difference:
targetRevision: HEAD
+ syncPolicy:
+ automated:
+ prune: true
+ selfHeal: true
Metadata
Metadata
Assignees
Labels
No labels