Hi, I’m trying to stand up a helm chart on EKS in ...
# golang
g
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) ?