flux v2.0.1

HelmRelease.spec.valuesFrom[].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 '.'.

1 fields
HelmRelease.spec.valuesFrom[].valuesKey fields and descriptions
Field / TypeDescription
HelmRelease.spec.valuesFrom[].valuesKey
string

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 '.'.

  • maxLength: 253
  • pattern: ^[\-._a-zA-Z0-9]+$