File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ test-ci:
2020 @echo " Pre-test: Cleaning up any failed pods..."
2121 kubectl delete pods -n nvsentinel --field-selector=status.phase=Failed --ignore-not-found=true || true
2222 @echo " Pre-test: Waiting for fault-quarantine deployment to be available..."
23- kubectl wait --for=condition=available deployment/nvsentinel- fault-quarantine -n nvsentinel --timeout=5m || true
23+ kubectl wait --for=condition=available deployment/fault-quarantine -n nvsentinel --timeout=5m || true
2424 @sleep 10
2525 @echo " Restarting fault-quarantine deployment..."
2626 kubectl rollout restart deploy -l app.kubernetes.io/name=fault-quarantine -n nvsentinel
2727 @echo " Waiting for deployment rollout to complete..."
28- kubectl rollout status deployment/nvsentinel- fault-quarantine -n nvsentinel --timeout=10m
28+ kubectl rollout status deployment/fault-quarantine -n nvsentinel --timeout=10m
2929 $(MAKE ) test
3030
3131# Run end-to-end tests
You can’t perform that action at this time.
0 commit comments