Skip to content

Commit

Permalink
Added changes for install.sh (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikk92 authored Mar 9, 2022
1 parent 942f6c5 commit 5bf04f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function install_operator() {
function check_progress() {
# find out the deployment name
# wait for the deployment to finish, use the default timeout
waitOnRunning "${NAMESPACE}" "deployment dell-csm-operator-controller-manager."
waitOnRunning "${NAMESPACE}" "deployment dell-csm-operator-controller-manager"
if [ $? -eq 1 ]; then
warning "Timed out waiting for installation of the operator to complete." \
"This does not indicate a fatal error, pods may take a while to start." \
Expand Down

0 comments on commit 5bf04f6

Please sign in to comment.