Maarten Blokker

Results 3 issues of Maarten Blokker

I am experiencing a runtime error while trying to install the AMD GPU Helm Chart (link: [AMD GPU Helm Chart](https://artifacthub.io/packages/helm/amd-gpu-helm/amd-gpu)) in my Kubernetes cluster. The pod spawned by the daemonset...

Fixes issue https://github.com/companyinfo/helm-charts/issues/34 For the Deployment object, both `spec.template.spec.containers.env.name` and `spec.template.spec.containers.env.value` should be treated as strings. Implementing quotes within the helmet.toEnvArray function guarantees that all template values are correctly recognized...

Hello, i've been using helmet for a little while and it makes creating a Helm chart quite a bit easier for me, thanks for creating this project! In a recent...