We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4467a2 commit 9b8c524Copy full SHA for 9b8c524
scenarios/AksOpenAiTerraform/README.md
@@ -67,6 +67,6 @@ envsubst < quickstart-app.yml | kubectl apply -f -
67
68
## Wait for host to be ready
69
```bash
70
-kubectl wait --for=condition=Ready certificate/tls-secret
+kubectl wait --for=condition=Ready --timeout=5m certificate/tls-secret
71
echo "Visit: https://$HOSTNAME"
72
```
0 commit comments