Browse Source

Correctly set the backing field for the use-local-k8s parameter

pull/964/head
Maurits van Beusekom 5 years ago
parent
commit
954dd4893a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/helm/deploy-all.sh

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

@ -102,7 +102,7 @@ while [[ $# -gt 0 ]]; do
-u | --docker-username )
docker_username="$2"; shift 2;;
--use-local-k8s )
use_local_k8s=''; shift ;;
use_local_k8s='yes'; shift ;;
*)
echo "Unknown option $1"
usage; exit 2 ;;


Loading…
Cancel
Save