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

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