fix(velero): fix wrong argument behaviour

This commit is contained in:
alegrey91
2021-07-16 09:19:36 +02:00
committed by Dario Tranchitella
parent 1fb52003d5
commit 6f208a6e0e
+1 -1
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