Replies: 1 comment
-
Hi, It should already be supported in helm-deno. You can import your library (or any other library) and use it inside helm-deno templates. I think it would be handy if you need to generate a file for For Kubernetes resources themselves (like Deployment, Service, etc), it probably shouldn't be used to avoid working with templates instead of data structures (it's the whole reason for helm-deno existence). However, helm-deno doesn't stop you from doing it as long as you return raw data from the default function (You can use something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Some months ago, I create Typescript Template Engine, a way to generate files from Typescript, based on deno.
I think we could reuse it for helm deno, what do you think ?
Beta Was this translation helpful? Give feedback.
All reactions