Helm manifest
HelmConfig
Section titled “HelmConfig”Properties
Section titled “Properties”| Name | Type | Description | Default | Required |
|---|---|---|---|---|
| apiVersion | string | k8saas.io/v1alpha1 | Yes | |
| kind | string | HelmConfig | Yes | |
| metadata | HelmConfigMetadata | Yes | ||
| spec | HelmConfigSpec | Yes |
HelmConfigMetadata
Section titled “HelmConfigMetadata”Properties
Section titled “Properties”| Name | Type | Description | Default | Required |
|---|---|---|---|---|
| name | string | Chart name | Yes |
HelmConfigSpec
Section titled “HelmConfigSpec”Properties
Section titled “Properties”| Name | Type | Description | Default | Required |
|---|---|---|---|---|
| repo | string | Chart repository url | Yes | |
| chart | string | Chart name | Yes | |
| version | string | Chart version | Yes | |
| namespace | string | Namespace where resources are deployed | Yes | |
| skipCrds | boolean | Skip CRDs deployment using Helm | No | |
| skipSchemaValidation | boolean | Skip schema validation | No |