• 3 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: July 13th, 2023

help-circle


  • You do realize the comments are tongue-in-cheek right? It’s because he guaranteed an immediate drop in grocery prices and people are volleying after we had to hear a crapton of “Biden Did That” nonsense while gas prices rose back to previous levels alongside the economic recovery after the pandemic. No one here thinks either president is God.

    I don’t know whether you’re just imperceptive or whether you’re being willfully oblivious so you can force-feed us the same bLUemAgA talking points you get rightfully downvoted for in every post.















  • Oh, it’s all still Kubernetes YAML. The difference is in how it’s represented. Helm Charts are packaged Golang templates of Kubernetes YAML, and as such have a whole lot of limitation since the only logic you can put into them is Golang template logic.

    This is still Kubernetes YAML, but instead you write any program you want to return the YAML, as long as it fits in the sandbox, so it’s pretty open-ended. For example, as a stretch goal, I might add an engine to it that could recompile Helm Charts into Mistletoe Modules.