Hi, from my understanding `kubernetes.helm.v3.Rele...
# general
e
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
Correct. It applies the same resources to the cluster.
helm ls
is just reading release configmaps afaik.
e
But I have deployed using
Release
and
helm list
is empty
w
Different namespace?
e
Let me try
Yes you are right. I was in an empty namespace
Thanks