Skip to content

Commit ed8ed5e

Browse files
committed
fix deploy script
1 parent cbdce2d commit ed8ed5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/integrations/kubernetes-service/src/main/resources/script/deploy-csi-driver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818

19-
(/opt/bin/kubectl get pods -A | grep cloud-controller-manager) && exit 0
19+
(/opt/bin/kubectl get pods -A | grep cloudstack-csi-controller) && exit 0
2020

2121
if [ -e /opt/csi/snapshot-crds.yaml ]; then
2222
/opt/bin/kubectl apply -f /opt/csi/snapshot-crds.yaml

0 commit comments

Comments
 (0)