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
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.yaml file 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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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