diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index e482eaf7bf..9ff7f950cd 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -8,9 +8,10 @@ image: tag: master-latest pullPolicy: IfNotPresent -etcd: +etcd: replicaCount: 3 image: + debug: true repository: milvusdb/etcd tag: 3.5.5-r2 diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index c3869d85df..b12dd32096 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -19,6 +19,7 @@ kafka: etcd: replicaCount: 1 image: + debug: true repository: milvusdb/etcd tag: 3.5.5-r2 minio: diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index 32fb83891d..d22763968c 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -11,6 +11,7 @@ image: etcd: replicaCount: 3 image: + debug: true repository: milvusdb/etcd tag: 3.5.5-r2 diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index 28a173666f..cd01b8e7ee 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -17,6 +17,7 @@ kafka: etcd: replicaCount: 1 image: + debug: true repository: milvusdb/etcd tag: 3.5.5-r2 minio: