Search code examples
kuberneteschartskubernetes-helmconfigmap

<.Chart.name>: can't evaluate field name in type interface {}


When you deploy the chart you get the following error: <.Chart.name>: can't evaluate field name in type interface {}


Solution

  • It's a beginner mistake, fields start with upper case even though Chart.yaml field starts with lower case. Same with Chart.Version and all the other fields.

    Very weird for java developers.