Skip to content

Commit

Permalink
FIX: Ingress gateway port-forward conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindner committed Aug 9, 2024
1 parent 18e7101 commit 219394d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion External/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dev:
printLogs: true
istio-ingressgateway: |-
$(
if [ ${DEVSPACE_CONTEXT} == "docker-desktop" ] && [ ${DEVSPACE_CONTEXT} == "minikube" ]; then
if [ ${DEVSPACE_CONTEXT} != "docker-desktop" ] && [ ${DEVSPACE_CONTEXT} != "minikube" ]; then
echo "null"
else
output='
Expand Down

0 comments on commit 219394d

Please sign in to comment.