Browse Source

Update deploy-all.sh

pull/1708/head
Mauricio Caro 3 years ago
committed by GitHub
parent
commit
ffe5be3b07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      deploy/k8s/helm/deploy-all.sh

+ 1
- 1
deploy/k8s/helm/deploy-all.sh View File

@ -160,7 +160,7 @@ ingress_values_file="ingress_values.yaml"
if [[ $use_local_k8s ]]; then
ingress_values_file="ingress_values_dockerk8s.yaml"
dns="host.minikube.internal"
dns="host.docker.internal"
fi
if [[ $dns == "aks" ]]; then


Loading…
Cancel
Save