Helm Chart inputs. Documentation: https://helm.sh/docs/
| JSON representation |
|---|
{
"helmInputVariable": string,
"description": string,
"type": string,
"defaultValue": value,
"isRequired": boolean,
"nestedInputs": {
string: {
object ( |
| Fields | |
|---|---|
helmInputVariable |
Output only. Input variable name present in Helm Chart values.yaml |
description |
Output only. Input variable description. |
type |
Output only. Input data type. |
defaultValue |
Output only. The default value of the input variable. |
isRequired |
Output only. Indicates if input is required. |
nestedInputs |
Output only. Contains details of nested inputs. An object containing a list of |