From b408d58f556e59bc5fb19b97733a7521169b0f59 Mon Sep 17 00:00:00 2001 From: eiximenis Date: Mon, 17 Dec 2018 16:11:43 +0100 Subject: [PATCH] fix error on aks deployment --- k8s/helm/deploy-all.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/helm/deploy-all.ps1 b/k8s/helm/deploy-all.ps1 index 08313cdbb..fa9d4cfc4 100644 --- a/k8s/helm/deploy-all.ps1 +++ b/k8s/helm/deploy-all.ps1 @@ -16,7 +16,7 @@ $dns = $externalDns $ingressValuesFile="ingress_values.yaml" -if ($ingressValuesFile) { +if ($useLocalk8s -eq $true) { $ingressValuesFile="ingress_values_dockerk8s.yaml" $dns="localhost" }