Argo CD · Example Payload

Argo Cd V1Alpha1 Application Source Plugin Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

envnameparameters

Example Payload

Raw ↑
{
  "env": [
    "example-env",
    "example-env"
  ],
  "name": "my-application",
  "parameters": [
    "example-parameters",
    "example-parameters"
  ]
}