mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
Merge pull request #134 from jyje/fix/helm-test-pipelines
Fix 'Pipelines' CI to verify chart installing on test-namespace
This commit is contained in:
commit
1c186f785c
6
.github/workflows/helm-test-pipelines.yml
vendored
6
.github/workflows/helm-test-pipelines.yml
vendored
@ -49,5 +49,7 @@ jobs:
|
||||
|
||||
- name: Verify pipelines
|
||||
run: |
|
||||
kubectl apply -f pipelines.yaml
|
||||
|
||||
kubectl create namespace test-namespace
|
||||
kubectl apply --namespace test-namespace -f pipelines.yaml
|
||||
PIPELINE_POD=$(kubectl get --namespace test-namespace pod -L app.kubernetes.io/component=pipelines -o jsonpath='{.items[*].metadata.name}')
|
||||
kubectl wait --namespace test-namespace pod/${PIPELINE_POD} --for=condition=Ready --timeout=600s
|
||||
|
Loading…
Reference in New Issue
Block a user