Argo · Example Payload

Argo Cd Sync Policy Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Argo Cd Sync Policy Example is an example object payload from Argo, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

automatedsyncOptionsretry

Example Payload

Raw ↑
{
  "automated": {
    "prune": false,
    "selfHeal": false,
    "allowEmpty": false
  },
  "syncOptions": [
    "example-value",
    "example-value"
  ],
  "retry": {
    "limit": 70,
    "backoff": {
      "duration": "example-value",
      "factor": 82,
      "maxDuration": "example-value"
    }
  }
}