Has anyone been able to get the Helm provider work...
# azure
m
Has anyone been able to get the Helm provider working with ACR to deploy helm charts? I get a 401 unauthorized error when trying to run it. I have authenticated using the CLI and the "az acr helm repo add" command before running Pulumi, and can manually work with the repo.
b
Hey Sam, Got an example I can try and use to do this?
m
Hey Paul, just got it sorted, turns out I just needed to add the repo name to the repo property, rather than trying to use the full URL in the fetch arguments
b
got it - glad you got it - something we need to document better / have examples of?
m
yeah maybe, it's a bit confusing between when to use the repo property, and when to use fetchoptions the example here https://www.pulumi.com/docs/reference/pkg/kubernetes/helm/v3/chart/#remote-chart just uses the fetchOptions
b
@gorgeous-egg-16927 what are your thoughts here?
g
I’m open to adding more examples. You’re welcome to open an issue to the pulumi-kubernetes repo with more information about what you had to do to get it working, and we’ll look at adding it to the docs.