Dean Lovett

Results 7 comments of Dean Lovett

Thanks @aliusmiles for your `secrets://` workaround, I've been chasing this issue all night trying to figure this out! Agreed though, it would be great to get better support for helm-secrets!

Are there any updates to this issue? It would be nice to get this working. I'm not a python guy, but if noone is working on this I can take...

Any chance of this being looked at again?

We managed to achieve this in a much cleaner way: ``` resource "helm_release" "ingress" { name = "ingress" repository = "https://kubernetes.github.io/ingress-nginx" chart = "ingress-nginx" namespace = "ingress-nginx" create_namespace = true...

There is an open PR for this from over 8 months ago. #136. Is this likely to ever be fixed? It's been a problem for 4 years #28. I would...

I can confirm that this fixes the issues #28 and #127

I've also hit this issue. There are now two helm-charts here, and no documentation regarding what the actual difference between them is