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 56c61b8fb2..784bd4564c 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -12,6 +12,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 8a76fd735c..302f1847b1 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: