Replies: 1 comment
|
Hi Joannes, Unfortunately it's not possible. On the Updatecli project we rely on two different YAML parser: I just tested using and it modified the comment as you noticed. Both parser have strenghts and weaknesses which is why we allow to pick one. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear all,
I am currently trying to get the helm chart guide running. I have a manifest that is working locally.
However I noticed that the update of the image tag in the
values.yamlfile also changes the indentation on some commented example code. Which it should not do in my opinion, as the indentation was intentionally by the chart authors to imply that the commented lines are children of the non-commented line before.Before:
After (hashmarks aligned with
securityContext):An example commit is here
Can I tell updatecli to not "fix" indentations in the yaml files and only replace the one line?
Kind Regards,
Johannes
All reactions