when you use the template command it is often to debug the helm templates.
But if there is an error which makes invalid yaml you need the --debug option. We could probably always pass this for our use of the template command.
ALSO: the --args feature of this command does not work. if you try to use it to workaround this issue, the --debug gets tacked on to the very end of the command line and helm does not see it. --args is supposed to pass things to helm so is broken right now.
@marcelldls you could take a look at this if you are looking for something to do - but its not super urgent.
when you use the template command it is often to debug the helm templates.
But if there is an error which makes invalid yaml you need the --debug option. We could probably always pass this for our use of the template command.
ALSO: the --args feature of this command does not work. if you try to use it to workaround this issue, the --debug gets tacked on to the very end of the command line and helm does not see it. --args is supposed to pass things to helm so is broken right now.
@marcelldls you could take a look at this if you are looking for something to do - but its not super urgent.