Skip to content

Manifests drift detection #94

Open
@olfway

Description

@olfway

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions