Argo CD · Example Payload

Argo Cd V1Alpha1 Application Source Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

chartdirectoryhelmkustomizenamepathpluginrefrepoURLtargetRevision

Example Payload

Raw ↑
{
  "chart": "example-chart",
  "directory": "example-directory",
  "helm": "example-helm",
  "kustomize": "example-kustomize",
  "name": "my-application",
  "path": "apps/my-app",
  "plugin": "example-plugin",
  "ref": "example-ref",
  "repoURL": "https://github.com/example/repo.git",
  "targetRevision": "abc1234def5678"
}