fix error on aks deployment

This commit is contained in:
eiximenis 2018-12-17 16:11:43 +01:00
parent fa0b1a7a6b
commit b408d58f55

View File

@ -16,7 +16,7 @@ $dns = $externalDns
$ingressValuesFile="ingress_values.yaml" $ingressValuesFile="ingress_values.yaml"
if ($ingressValuesFile) { if ($useLocalk8s -eq $true) {
$ingressValuesFile="ingress_values_dockerk8s.yaml" $ingressValuesFile="ingress_values_dockerk8s.yaml"
$dns="localhost" $dns="localhost"
} }