https://pulumi.com logo
Title
m

miniature-leather-70472

09/10/2020, 2:29 PM
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

broad-dog-22463

09/10/2020, 2:41 PM
Hey Sam, Got an example I can try and use to do this?
m

miniature-leather-70472

09/10/2020, 2:54 PM
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

broad-dog-22463

09/10/2020, 2:58 PM
got it - glad you got it - something we need to document better / have examples of?
m

miniature-leather-70472

09/10/2020, 3:00 PM
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

broad-dog-22463

09/10/2020, 3:01 PM
@gorgeous-egg-16927 what are your thoughts here?
g

gorgeous-egg-16927

09/10/2020, 4:13 PM
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.