Is the KVVERSION var ever used? shellcheck was not happy it was set and never read.
This commit is contained in:
parent
793753296a
commit
9e0dd82fb9
|
@ -20,7 +20,7 @@ echo -e " \033[32;5m \
|
||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
# Version of Kube-VIP to deploy
|
# Version of Kube-VIP to deploy
|
||||||
KVVERSION="v0.7.2"
|
export KVVERSION="v0.7.2"
|
||||||
|
|
||||||
# The domain name of your cluster, inherit env by default
|
# The domain name of your cluster, inherit env by default
|
||||||
DOMAIN=${DOMAIN:-my.org}
|
DOMAIN=${DOMAIN:-my.org}
|
||||||
|
|
Loading…
Reference in New Issue