Hi! I'm brand new to Pulumi, and I was going to te...
# python
i
Hi! I'm brand new to Pulumi, and I was going to test installing a helm chart. If I have multiple EKS clusters, how do i tell pulumi which cluster the chart should be installed into? https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/chart/#deploy-chart-into-namespace
b
Providers can be passed to any resource, you specify the cluster in your provider, then pass it to your helm chart
i
Awesome, thank you!