https://pulumi.com logo
#golang
Title
g

gifted-city-99717

09/07/2020, 10:39 PM
Hi, I’m trying to stand up a helm chart on EKS in go. I’ve seen examples in Python and Typescript referencing a Provider when creating a helm chart. I see a GetProvider() function on the created EKS cluster, but the dictionary
providers
is empty. Do I need to explicitly create a provider (eg: providers.NewProvider) ?
3 Views