get_gitops_diff
Identify out-of-sync resources in ArgoCD applications or revision drift in Flux Kustomizations to pinpoint configuration deviations.
Instructions
Gets out-of-sync resources (ArgoCD) or managed resource inventory with revision drift (Flux Kustomization).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | Yes | GitOps engine ('argocd' or 'flux') | |
| appName | Yes | The name of the application/kustomization | |
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | The namespace of the application/kustomization |