Hey, we have an issue when using k8s.helm.v2.Chart...
# general
b
Hey, we have an issue when using k8s.helm.v2.Chart . It doesn't exclude 'tests' directory as exists in grafana helm chart, for example : https://github.com/helm/charts/tree/master/stable/grafana/templates
c
I forget if it’s by design or not. I believe there was an issue opened about it, don’t remember the end discussion though. For us, we let the tests still run, I just wish we could make them run after everything else easily.
b
The issue is the test fails and it prevents other changes from running.
c
We have experienced that, yeah. We’ve had to rerun pulumi so the test is run after the dependencies are ready.
b
How does rerun help here If it keeps failing?
c
For the charts we’ve deployed, the test works after what it’s testing is up, therefore running pulumi again solved our issue. We just had to delete the test pod and do a refresh before running up again
b
Oh, in our case it prevents other changes from happening that are not related to the helm chart
c
Yes, same here, but once it runs successfully doing this, the other stuff executes. Unfortunately I believe you can’t currently delete a resource, only change it. Let me find that ticket (fyi I don’t work for Pulumi)
b
I got that and i really appreciate your help 🙂
b
Thanks !
c
https://github.com/pulumi/pulumi-kubernetes/issues/486 is the other issue I was thinking of.
b
God bless you 🙏