mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
Merge pull request #125 from jyje/feat/open-webui
Fix CI to verify chart installing on test-namespace
This commit is contained in:
commit
0e6bc2b733
4
.github/workflows/helm-test-open-webui.yml
vendored
4
.github/workflows/helm-test-open-webui.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user