Browse Source

fix error on aks deployment

pull/891/head
eiximenis 6 years ago
parent
commit
b408d58f55
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/helm/deploy-all.ps1

+ 1
- 1
k8s/helm/deploy-all.ps1 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"
} }


Loading…
Cancel
Save