Hi, does anyone succeeded in deploying a k8s helm ...
# general
t
Hi, does anyone succeeded in deploying a k8s helm chart using Pulumi
python
code? it seems to have braking bugs in the code, that preventing me from adding custom values, or setting a specific namespace to deploy to its even hard to debug since its not possible to execute the python code not from the Pulumi CLI (or its not documented how) anyone with a success experience?
b
I just gave this a whirl with an (admittedly simple) chart, and it worked. (Effectively this one: https://github.com/pulumi/pulumi-kubernetes/tree/master/tests/examples/python/helm) Are you able to share your code so we can help debug?
t
Hi @big-piano-35669 thanks for the replay, Yes there is a code example here https://pulumi-community.slack.com/archives/C84L4E3N1/p1559296582058100 The issue is only when specifying nameapce and values using python, it looks like a bug after i've added many prints to the Pulumi package (since there is no debug mode)
@big-piano-35669 Are there any success stories using python deploying helm charts? Or is there a vision of providing a debug (running the code as plain python) mode? i'd also like to contribute if it a real bug but its very hard do find the issue, currently i just add python prints to Pulumi library