Skip to content

Commit 752ebbe

Browse files
committed
use s
1 parent a171423 commit 752ebbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/funcs/kubernetes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ delete_operator() {
4545
local name=${OPERATOR_NAME:=mongodb-kubernetes-operator}
4646

4747
title "Removing the Operator deployment ${name}"
48-
kubectl delete deployment "${name}" -n "${ns}" --wait=true --timeout=10|| true
48+
kubectl delete deployment "${name}" -n "${ns}" --wait=true --timeout=10s|| true
4949
}
5050

5151
# wait_for_operator waits for the Operator to start

0 commit comments

Comments
 (0)