Argo CD · Example Payload

Argo Cd V1Alpha1 Tls Client Config Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

caDatacertDatainsecurekeyDataserverName

Example Payload

Raw ↑
{
  "caData": "example-cadata",
  "certData": "example-certdata",
  "insecure": true,
  "keyData": "eyJhbGciOiJIUzI1NiJ9.example",
  "serverName": "my-application"
}