Wait for Argo CD Applications

Octopus.VerifyArgoCDApplicationHealthy exported 2026-07-22 by Octopus Deploy belongs to ‘Kubernetes’ category.

Wait for an Argo CD application to sync and become healthy after a deployment.

Parameters

When this step is included in a project’s deployment process, the parameters below can be set.

Step Verification Method

Octopus.Action.ArgoCD.StepVerification.Method (required)

The method used to determine if the step was successful. ‘CommitCreated’ verifies that file changes are committed to Git, ‘PullRequestMerged’ verifies that pull requests are merged, and ‘ArgoCDApplicationHealthy’ verifies that the Argo CD application is healthy.

Allowed values: CommitCreated, PullRequestMerged, ArgoCDApplicationHealthy

Default: ArgoCDApplicationHealthy

Step Timeout

Octopus.Action.ArgoCD.StepVerification.Timeout

The maximum time in seconds to wait for all Argo CD applications to sync and become healthy. Only applies when the verification method is ‘ArgoCDApplicationHealthy’.

Default: 180

Example: 300

Page updated on Wednesday, July 22, 2026