If I do a helm release with pulumi, is there a way...
# kubernetes
w
If I do a helm release with pulumi, is there a way to see all the other resources that it created? Like I want to iterate through all the deployments in the release. Alternatively, is there a way to query the running cluster for the deployments using a search? I don't know, before hand, how many deployments it will create, so I'm thinking I can query to get that.
w
I'm using the release resource, not sure I want to move to chart and change that. Using helm release directly feels like the more native approach.