kubetpl
kubetpl copied to clipboard
Ignore: "map has no entry for key"
Hi there,
There is a way to ignore helm templating ? like "{{ .Release.Name }}"
I use env.json to fill my values.
if i use # kubetpl:syntax:go-template, the --ignore-unset is not working.
If i use # kubetpl:syntax:template-kind, i have an error for my yaml map key => yaml: invalid map key: map[interface {}]interface {}{".components.batch.version":interface {}(nil)}
Thanks :)