commit | 4c6289c2e37653dc0cec0ba4a2ca7919bdcffdfb | [log] [tgz] |
---|---|---|
author | David Bainbridge <dbainbri@ciena.com> | Tue Sep 03 21:11:32 2019 +0000 |
committer | David Bainbridge <dbainbri@ciena.com> | Tue Sep 03 21:11:32 2019 +0000 |
tree | eae4f5cbcae96a0546c8863619fe74574f88092c | |
parent | a3b5632329f970802cc8593238d381e5ef95f0c5 [diff] |
correctly count tiller instances
diff --git a/voltha b/voltha index 71ee5af..9018437 100755 --- a/voltha +++ b/voltha
@@ -795,7 +795,7 @@ fi STIME=$(date +%s) -COUNT=$(count_pods "kube-system" "tiller-deploy-.*") +COUNT=$(count_pods "kube-system" ":Running:" "tiller-deploy-.*") bspin "Verify Helm" if [ $COUNT -ne 1 ]; then espin $NOT_VERIFIED