Argo CD · Example Payload

Argo Cd V1Alpha1 Config Management Plugin Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

generateinitlockReponame

Example Payload

Raw ↑
{
  "generate": "example-generate",
  "init": "example-init",
  "lockRepo": true,
  "name": "my-application"
}