Is the KVVERSION var ever used? shellcheck was not happy it was set and never read.

This commit is contained in:
Ira Abramov 2024-04-04 17:01:27 +03:00
parent 793753296a
commit 9e0dd82fb9
1 changed files with 1 additions and 1 deletions

View File

@ -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}