mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 09:59:57 +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
|
||||
#set -o nounset
|
||||
|
||||
KUBECFGFILE="~/.kube/config"
|
||||
KUBECFGFILE="$HOME/.kube/config"
|
||||
KUBEOPTIONS="--kubeconfig=$KUBECFGFILE"
|
||||
TMPDIR=/tmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user