We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdce2d commit ed8ed5eCopy full SHA for ed8ed5e
1 file changed
plugins/integrations/kubernetes-service/src/main/resources/script/deploy-csi-driver
@@ -16,7 +16,7 @@
16
# specific language governing permissions and limitations
17
# under the License.
18
19
-(/opt/bin/kubectl get pods -A | grep cloud-controller-manager) && exit 0
+(/opt/bin/kubectl get pods -A | grep cloudstack-csi-controller) && exit 0
20
21
if [ -e /opt/csi/snapshot-crds.yaml ]; then
22
/opt/bin/kubectl apply -f /opt/csi/snapshot-crds.yaml
0 commit comments