Argo CD · Example Payload

Argo Cd V1Alpha1 Dry Source Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

directoryhelmkustomizepathpluginrepoURLtargetRevision

Example Payload

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