Skip to content

Commit

Permalink
test:[skip e2e] update pulsar labelSelectors to v3 in chaos test (#38049
Browse files Browse the repository at this point in the history
)

After upgrading pulsar from v2 to v3, the labels of the helm deployed
pulsar were changed from app=pulsarv to app=pulsarv3.
Therefore, it is necessary to modify this part of the labelSelector so
that chaos mesh can correctly inject faults

Signed-off-by: zhuwenxing <[email protected]>
  • Loading branch information
zhuwenxing authored Nov 28, 2024
1 parent 6aaa926 commit 5e807c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- chaos-testing
labelSelectors:
release: milvus-chaos
app: pulsar
app: pulsarv3
mode: fixed
value: "1"
action: pod-failure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- chaos-testing
labelSelectors:
release: milvus-chaos
app: pulsar
app: pulsarv3
mode: fixed
value: "1"
action: pod-kill
Expand Down

0 comments on commit 5e807c3

Please sign in to comment.