Argo · Example Payload

Argo Cd Application Source Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

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

Top-level fields

repoURLpathtargetRevisioncharthelmkustomize

Example Payload

Raw ↑
{
  "repoURL": "https://example.com",
  "path": "example-value",
  "targetRevision": "example-value",
  "chart": "example-value",
  "helm": {
    "valueFiles": [
      "example-value",
      "example-value"
    ],
    "values": "example-value",
    "releaseName": "my-workflow"
  },
  "kustomize": {
    "namePrefix": "my-workflow",
    "nameSuffix": "my-workflow",
    "images": [
      "example-value",
      "example-value"
    ]
  }
}