kubetpl icon indicating copy to clipboard operation
kubetpl copied to clipboard

Ignore: "map has no entry for key"

Open zethis opened this issue 3 years ago • 0 comments

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 :)

zethis avatar Jun 16 '21 15:06 zethis