commit | 5b59500d3f34718c85b336131b54cae2c45575d6 | [log] [tgz] |
---|---|---|
author | David Bainbridge <dbainbri@ciena.com> | Mon Apr 13 13:13:33 2020 -0700 |
committer | David Bainbridge <dbainbri@ciena.com> | Mon Apr 13 13:13:36 2020 -0700 |
tree | e45bf7861199bd43556269cd4849903d9ae746a7 | |
parent | 7db4400f8a910cfaacdb377541e78a6eae5d47a5 [diff] [blame] |
VOL-2922 - fix the forgotten one Change-Id: I9c7b5499ee7ba8b807a9730759495a1c9739da16
diff --git a/voltha b/voltha index bc8e6b4..9a13370 100755 --- a/voltha +++ b/voltha
@@ -1184,7 +1184,7 @@ fi STIME=$(date +%s) -COUNT=$(count_pods "kube-system" ":Running:" "tiller-deploy-.*") +COUNT=$(count_pods "kube-system" ":Running:" "$NO_LABEL" "tiller-deploy-.*") bspin "Verify Helm" if [ $COUNT -ne 1 ]; then espin $NOT_VERIFIED