Skip to content

Commit 33016e5

Browse files
fix sds ns
Signed-off-by: Nikita Korolev <[email protected]>
1 parent 664fc06 commit 33016e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-reusable-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,11 @@ jobs:
434434
# kubectl wait --for=jsonpath='{.status.phase}'=Ready modules sds-replicated-volume --timeout=300s
435435
436436
for i in {1..60}; do
437-
sds_replicated_volume_status=$(kubectl get ns d8-operator-ceph -o jsonpath='{.status.phase}' || echo "False")
437+
sds_replicated_volume_status=$(kubectl get ns d8-sds-replicated-volume -o jsonpath='{.status.phase}' || echo "False")
438438
439439
if [[ "${sds_replicated_volume_status}" = "Active" ]]; then
440440
echo "Namespaces sds-replicated-volume are Active"
441+
kubectl -n d8-sds-replicated-volume get pods
441442
break
442443
fi
443444

0 commit comments

Comments
 (0)