mirror of https://github.com/milvus-io/milvus.git
test:[skip e2e] update pulsar labelSelectors to v3 in chaos test (#38049)
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 <wenxing.zhu@zilliz.com>pull/38069/head
parent
6aaa926483
commit
5e807c3649
|
@ -9,7 +9,7 @@ spec:
|
|||
- chaos-testing
|
||||
labelSelectors:
|
||||
release: milvus-chaos
|
||||
app: pulsar
|
||||
app: pulsarv3
|
||||
mode: fixed
|
||||
value: "1"
|
||||
action: pod-failure
|
||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
|||
- chaos-testing
|
||||
labelSelectors:
|
||||
release: milvus-chaos
|
||||
app: pulsar
|
||||
app: pulsarv3
|
||||
mode: fixed
|
||||
value: "1"
|
||||
action: pod-kill
|
||||
|
|
Loading…
Reference in New Issue