I rebuilt a helm chart in Pkl #430
MarkSRobinson
started this conversation in
General
Replies: 1 comment 1 reply
-
I like this! The one thing that stands out a little bit is that a Is it worth trying to build a repository somewhere of ported common Helm charts, so that people know where to go when they find themselves in the same place as you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you've ever had to work with Helm you know it's the worst thing ever. Here's where Pkl comes in, it's actually a great replacement for the absolute quagmire that is YAML and Go Templates. As a learning experience, I wanted to see if I could get all the useful functionality of Helm in Pkl, and the answer is yes.
You can use the chart raw or extend it with user-friend Pkl syntax
You can see the whole source code here - https://github.com/MarkSRobinson/nginx-pkl
Beta Was this translation helpful? Give feedback.
All reactions