Skip to content

Commit 9b8c524

Browse files
committed
Add timeout
1 parent d4467a2 commit 9b8c524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/AksOpenAiTerraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ envsubst < quickstart-app.yml | kubectl apply -f -
6767

6868
## Wait for host to be ready
6969
```bash
70-
kubectl wait --for=condition=Ready certificate/tls-secret
70+
kubectl wait --for=condition=Ready --timeout=5m certificate/tls-secret
7171
echo "Visit: https://$HOSTNAME"
7272
```

0 commit comments

Comments
 (0)