Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/csi-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ NODE_VERIFY=1
VERIFY=1
MODE="install"
DEFAULT_VERSION="v2.17.0"
DRIVER="csi-unity"
WATCHLIST=""

# usage will print command execution help and then exit
Expand Down Expand Up @@ -143,7 +144,6 @@ else
fi

DRIVERDIR="${SCRIPTDIR}/../helm-charts/charts"
DRIVER="csi-unity"
VERIFYSCRIPT="${SCRIPTDIR}/verify.sh"

# export the name of the debug log, so child processes will see it
Expand Down
Loading