sync_gitops_app
Force sync reconciliation of GitOps applications: ArgoCD, Flux Kustomization, or HelmRelease. Dry run mode available for simulation.
Instructions
Forces a sync/reconciliation of an ArgoCD Application, Flux Kustomization, or Flux HelmRelease.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, simulates the action | |
| engine | Yes | GitOps engine ('argocd' or 'flux') | |
| appName | Yes | The name of the application/kustomization/helmrelease | |
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | The namespace of the application/kustomization/helmrelease | |
| resourceType | No | Flux only: 'kustomization' (default) or 'helmrelease' |