fix(velero): fix wrong argument behaviour

This commit is contained in:
alegrey91
2021-07-15 16:07:37 +02:00
committed by Dario Tranchitella
parent 1fb52003d5
commit 6f208a6e0e

View File

@@ -10,7 +10,7 @@
# let script exit if an unsed variable is used
#set -o nounset
KUBECFGFILE="~/.kube/config"
KUBECFGFILE="$HOME/.kube/config"
KUBEOPTIONS="--kubeconfig=$KUBECFGFILE"
TMPDIR=/tmp