Correctly set the backing field for the use-local-k8s parameter
This commit is contained in:
parent
e5ee6d735c
commit
954dd4893a
@ -102,7 +102,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
-u | --docker-username )
|
-u | --docker-username )
|
||||||
docker_username="$2"; shift 2;;
|
docker_username="$2"; shift 2;;
|
||||||
--use-local-k8s )
|
--use-local-k8s )
|
||||||
use_local_k8s=''; shift ;;
|
use_local_k8s='yes'; shift ;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown option $1"
|
echo "Unknown option $1"
|
||||||
usage; exit 2 ;;
|
usage; exit 2 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user