I want to customize a helm chart with kustomize. To start with this topic, I followed their tutorial on GItHub and created a chart like they did in the tutorial. But when I try to build the chart with kustomize build ./base
, I get this error:
Error: json: unknown field "helm-charts"
So what am I doing wrong?
I also found a another plugin for helm in the docs, but the example from this plugin doesn't work eather.