https://pulumi.com logo
#general
Title
# general
e

echoing-postman-88590

03/10/2022, 11:48 AM
Hi, from my understanding
kubernetes.helm.v3.Release
does the same API calls as
helm
. So my expectation is that, after a pulumi deployment, I should be able to list the helm deployments with
helm list
. Am I wrong? Thanks
w

wonderful-twilight-70958

03/10/2022, 12:42 PM
Correct. It applies the same resources to the cluster.
helm ls
is just reading release configmaps afaik.
e

echoing-postman-88590

03/10/2022, 12:42 PM
But I have deployed using
Release
and
helm list
is empty
w

wonderful-twilight-70958

03/10/2022, 12:44 PM
Different namespace?
e

echoing-postman-88590

03/10/2022, 12:49 PM
Let me try
Yes you are right. I was in an empty namespace
Thanks
3 Views