Refactor gitlab-forked chart templates to use nindent for improved readability
This is a follow-on to !1174 (merged), which refactors the gitlab-forked charts to use nindent instead of indent for improved readability.
These two MRs don't have any dependencies on each other and can be merged in any order.
I've generated the k8s output using the helm template
command and compared it to the generated output from the master branch, and confirmed that this doesn't cause any changes. That said, I'm pretty new to helm development, so scrutiny is welcome.
In case this is useful, I wrote a trivial ruby script to generate these changes which you can find at https://gitlab.com/snippets/1942199
Issue: #729 (closed)
Edited by Scott Garman