Skip to content

Commit

Permalink
Merge pull request #125 from jyje/feat/open-webui
Browse files Browse the repository at this point in the history
Fix CI to verify chart installing on test-namespace
  • Loading branch information
0xThresh authored Dec 16, 2024
2 parents d826181 + 38d7ecf commit 0e6bc2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/helm-test-open-webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e6bc2b

Please sign in to comment.