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
Given a kubernetes resource file that has a top-level key parameters and no syntax definition as a comment nor command-line argument a fatal unmarshal error occurs.
Issue type: Bug
Given a kubernetes resource file that has a top-level key
parameters
and no syntax definition as a comment nor command-line argument a fatal unmarshal error occurs.Example resource.yml:
According to the documentation, in the absence of a syntax declaration:
But it seems that it's maybe actually trying to render it as
template-kind
?A workaround is to add
# kubetpl:syntax:$
and, in this case, it renders as expected.The text was updated successfully, but these errors were encountered: