Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 9acde3c

Browse files
committed
Timeout values added
1 parent 67a25d3 commit 9acde3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pgadmin_deployment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ ROOT=$(dirname "${BASH_SOURCE[0]}")
2323
kubectl --namespace default create -f "$ROOT"/../manifests/pgadmin-deployment.yaml
2424

2525
# Waiting for the pod to actually deploy correctly
26-
kubectl --namespace default rollout status -f "$ROOT"/../manifests/pgadmin-deployment.yaml
26+
kubectl --namespace default rollout status --timeout=2m -f "$ROOT"/../manifests/pgadmin-deployment.yaml

0 commit comments

Comments
 (0)