Earlier quoted context omitted.
Because it works fine, and is also used in for other things like Helm Charts? https://helm.sh/docs/chart_template_guide/control_structures...
Helm charts are a horrible example of text based templating. You have YAML/JSON that k8s API wants, that is fed through helm which is fed through helmsman or whatever newer thing. There might be a layer or two of other templating around. Sometimes companies have built systems so developers/devops don't even have the ability to see what the final compiled version of the template is which is like the mother of all: "wo…
Every time I see " | nindent whatever" I'm asking why the fuck the tool cannot manage indentation.