Skip to content

Commit

Permalink
Fix: label selector for pod (#22)
Browse files Browse the repository at this point in the history
* fix: label selector for pod

Signed-off-by: hlts2 <[email protected]>

* fix: port-forward target name

Signed-off-by: hlts2 <[email protected]>

---------

Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Feb 15, 2024
1 parent 93e11a8 commit 1e0ee88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
--set manager.index.enabled=false \
--generate-name vald/vald
sleep 3
kubectl wait --for=condition=ready pod -l app=vald-agent-ngt --timeout=3m
kubectl wait --for=condition=ready pod -l app=vald-agent --timeout=3m
kubectl get pods
env:
VALUES: https://raw.githubusercontent.com/vdaas/vald/main/.github/helm/values/values-lb.yaml
Expand All @@ -53,7 +53,7 @@ jobs:
curl -LO https://raw.githubusercontent.com/rinx/word2vecjson/master/data/wordvecs1000.json
- name: run tests
run: |
kubectl port-forward statefulset/vald-agent-ngt 8081:8081 &
kubectl port-forward statefulset/vald-agent 8081:8081 &
pid=$!
python src/test.py
Expand Down

0 comments on commit 1e0ee88

Please sign in to comment.