Skip to content

Commit

Permalink
sleep 300 seconds to wait resource deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jmutai committed Dec 2, 2024
1 parent 0e3fa30 commit de31719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojaloop/iac/roles/cc_k8s/tasks/teardown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
kubectl delete cephfilesystem ceph-filesystem --ignore-not-found=true -n {{ fact_rook_ceph_namespace }}
kubectl delete cephblockpool ceph-blockpool --ignore-not-found=true -n {{ fact_rook_ceph_namespace }}
kubectl delete cephcluster rook-ceph --ignore-not-found=true -n {{ fact_rook_ceph_namespace }}
sleep 120 # Wait for 120 seconds
sleep 300 # Wait for 300 seconds
args:
executable: /bin/bash
ignore_errors: true
Expand Down

0 comments on commit de31719

Please sign in to comment.