# Some sort of comment
# {"$kpt-template":"true"}
foobar: |
{{render "some-template"}}
After syncing, the above appears unchanged
Working version:
# Some sort of comment
<-- whitespace
# {"$kpt-template":"true"}
foobar: |
{{render "some-template"}}
After syncing, the template is correctly rendered. However the comment is now below the rendered template? Something funky going on here with the template rendering.
Non-working version:
After syncing, the above appears unchanged
Working version:
After syncing, the template is correctly rendered. However the comment is now below the rendered template? Something funky going on here with the template rendering.