Argo CD · Schema

v1alpha1HelmParameter

v1alpha1HelmParameter schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
forceString boolean
name string
value string
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-helm-parameter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-helm-parameter-schema.json",
  "title": "v1alpha1HelmParameter",
  "description": "v1alpha1HelmParameter schema from Argo CD API",
  "type": "object",
  "properties": {
    "forceString": {
      "type": "boolean",
      "title": "ForceString determines whether to tell Helm to interpret booleans and numbers as strings"
    },
    "name": {
      "type": "string",
      "title": "Name is the name of the Helm parameter"
    },
    "value": {
      "type": "string",
      "title": "Value is the value for the Helm parameter"
    }
  }
}