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 27b80d7 commit 075d155Copy full SHA for 075d155
hack/test-deploy-with-helm.sh
@@ -25,7 +25,7 @@ function kind_load {
25
function deploy {
26
cd $CWD
27
HELM_EXT_OPTS='--set controllerManager.manager.image.tag=${IMAGE_TAG}' make helm-install
28
- $KUBECTL wait --timeout=10m --for=condition=ready pods --namespace=llmaz-system -l app.kubernetes.io/component!=open-webui
+ $KUBECTL wait --timeout=30m --for=condition=ready pods --namespace=llmaz-system -l app.kubernetes.io/component!=open-webui
29
echo "all pods of llmaz-system is ready..."
30
$KUBECTL get pod -n llmaz-system
31
}
0 commit comments