mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
fix(velero): fix wrong argument behaviour
This commit is contained in:
committed by
Dario Tranchitella
parent
1fb52003d5
commit
6f208a6e0e
@@ -10,7 +10,7 @@
|
|||||||
# let script exit if an unsed variable is used
|
# let script exit if an unsed variable is used
|
||||||
#set -o nounset
|
#set -o nounset
|
||||||
|
|
||||||
KUBECFGFILE="~/.kube/config"
|
KUBECFGFILE="$HOME/.kube/config"
|
||||||
KUBEOPTIONS="--kubeconfig=$KUBECFGFILE"
|
KUBEOPTIONS="--kubeconfig=$KUBECFGFILE"
|
||||||
TMPDIR=/tmp
|
TMPDIR=/tmp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user