resume_flux_resource
Resume suspended Flux Kustomization or HelmRelease reconciliation. Specify resource type, namespace, and name, with optional dry-run.
Instructions
Resumes reconciliation of a suspended Flux Kustomization or HelmRelease.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the resource | |
| dryRun | No | If true, simulates the action | |
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | Namespace of the resource | |
| resourceType | Yes | 'kustomization' or 'helmrelease' |