We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0b1a7 commit b408d58Copy full SHA for b408d58
1 file changed
k8s/helm/deploy-all.ps1
@@ -16,7 +16,7 @@ $dns = $externalDns
16
17
$ingressValuesFile="ingress_values.yaml"
18
19
-if ($ingressValuesFile) {
+if ($useLocalk8s -eq $true) {
20
$ingressValuesFile="ingress_values_dockerk8s.yaml"
21
$dns="localhost"
22
}
0 commit comments