Skip to content

Commit 1408970

Browse files
committed
Also unset KUBECONFIG in 56-cleanup-cluster.sh
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 5e808d2 commit 1408970

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

56-cleanup-cluster.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -e
33
# Cleaning up inside cluster
44
# We need to remove the LB and Storage resources
5+
unset KUBECONFIG
56
if test -n "$1"; then
67
SET="$1"
78
else

0 commit comments

Comments
 (0)