HelmRelease.spec.postRenderers[].kustomize.patches[].target.spec.valuesFrom
ValuesFrom holds references to resources containing Helm values for this HelmRelease, and information about how they should be merged.
| Field / Type | Description |
|---|---|
kind | Kind of the values referent, valid values are ('Secret', 'ConfigMap').
|
name | Name of the values referent. Should reside in the same namespace as the referring resource.
|
optional | Optional marks this ValuesReference as optional. When set, a not found error for the values reference is ignored, but any ValuesKey, TargetPath or transient error will still result in a reconciliation failure. |
targetPath | TargetPath is the YAML dot notation path the value should be merged at. When set, the ValuesKey is expected to be a single flat value. Defaults to 'None', which results in the values getting merged at the root.
|
valuesKey | ValuesKey is the data key where the values.yaml or a specific value can be found at. Defaults to 'values.yaml'. When set, must be a valid Data Key, consisting of alphanumeric characters, '-', '_' or '.'.
|