You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: