diff --git a/.github/workflows/helm-test-open-webui.yml b/.github/workflows/helm-test-open-webui.yml index a830cda..f477314 100644 --- a/.github/workflows/helm-test-open-webui.yml +++ b/.github/workflows/helm-test-open-webui.yml @@ -49,4 +49,6 @@ jobs: - name: Verify open-webui run: | - kubectl apply -f open-webui.yaml \ No newline at end of file + kubectl create namespace test-namespace + kubectl apply --namespace test-namespace -f open-webui.yaml + kubectl wait --namespace test-namespace pod/open-webui-0 --for=condition=Ready --timeout=600s