Hi Guys! <@UBAJ7TD53> <@UB3BGTV63> May I ask somet...
# general
c
Hi Guys! @creamy-potato-29402 @white-balloon-205 May I ask something? ๐Ÿ™‚ What is the best way to deploy helm charts with custom value files in Pulumi-Python? ๐Ÿ™‚ I have seen this: https://github.com/pulumi/examples/blob/master/kubernetes-ts-helm-wordpress/index.ts, but I did not find the python alternatives. I was looking for it here: https://github.com/pulumi/pulumi-kubernetes/tree/master/sdk/python/pulumi_kubernetes . Is there a way for this under Python? If yes, please point me to the right place. Thanks in advance.
w
The Helm deployment APIs are not yet available in Python - this is tracked here: https://github.com/pulumi/pulumi-kubernetes/issues/325 It wonโ€™t be too much work to add these, and contributions definitely welcome, but this is on our plate for next few weeks.
c
I am going to check it. ๐Ÿ™‚
Thanks