Hi guys,
I'm following the steps here: https://github.com/dotnet-architecture/eShopOnContainers/wiki/10.-Deploying-to-Kubernetes-(AKS-and-local)-using-Helm-Charts, executing:
.\deploy-all.ps1 -externalDns aks -aksName eshoptest -aksRg eshoptest -imageTag dev
but encountered the following error:

Wondering if you have a clue?
@eiximenis I get the same error executing this script locally (Kubernetes on Docker Desktop).
I'm running this command from my local machine Powershell against an AKS cluster with Helm already installed.
Hi @wely I had the same issue. Try changing these three lines until this gets fixed/merged: https://github.com/dotnet-architecture/eShopOnContainers/pull/1020/files
Awesome @DanielLarsenNZ . Works now after adding the quotes.
@wely This issue is not solved, but there is an existing PR not merged yet. Can you re-open this issue again? So this issue can be tracked.
Most helpful comment
Hi @wely I had the same issue. Try changing these three lines until this gets fixed/merged: https://github.com/dotnet-architecture/eShopOnContainers/pull/1020/files