Merge pull request #125 from jyje/feat/open-webui

Fix CI to verify chart installing on test-namespace
This commit is contained in:
James W. 2024-12-16 08:50:43 -08:00 committed by GitHub
commit 0e6bc2b733
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,4 +49,6 @@ jobs:
- name: Verify open-webui
run: |
kubectl apply -f open-webui.yaml
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