mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix pod kill chaos name typo (#11292)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/11310/head
parent
0ea5713690
commit
0a699782f6
|
@ -1,7 +1,7 @@
|
||||||
kind: Schedule
|
kind: Schedule
|
||||||
apiVersion: chaos-mesh.org/v1alpha1
|
apiVersion: chaos-mesh.org/v1alpha1
|
||||||
metadata:
|
metadata:
|
||||||
name: test-rootcoord-pod-kill
|
name: test-standalone-pod-kill
|
||||||
namespace: chaos-testing
|
namespace: chaos-testing
|
||||||
spec:
|
spec:
|
||||||
schedule: '*/5 * * * * *'
|
schedule: '*/5 * * * * *'
|
||||||
|
|
Loading…
Reference in New Issue