2

Terraform + helm-chart ... I really ned a break. Who the fuck invented this shit.
The HCL format sucks
The documentation sucks
The dev tools suck
The debug output sucks

But I'm ok with that, I can manage.
But today really it shot the bird ... I can't have a fucking comma in a string? Because idk why the fuck helm-release tries to parse that fucking string and wants to make an array or whatever out of it? Why, you fucking abomination?
Something in the docs? Nah, who reads them anyway.
Because you know it's totally not strange that a string is analyse and oh wait there's a comma in it, the dev surely wants me to make an array out of it, because you know ...
So now I have to escape my fucking comma to prevent it to parse my fucking string. I just want to have a fucking string you hideous monstrosity ....

Comments
  • 1
    I agree the helm compiler and helm errors output are just ugh, figuring out whats wrong with the yamls feels impossible sometimes even. I had to upgrade grafana and prometheus-operator helm charts from v2 to v3, it took me like a whole week to bring our current setup up to date with the new charts.
Add Comment