diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index 316abd7d92..d0f5bfb05a 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -134,12 +134,4 @@ pulsar: defaultRetentionSizeInMB: "8192" backlogQuotaDefaultLimitGB: "8" backlogQuotaDefaultRetentionPolicy: producer_exception - -extraConfigFiles: - user.yaml: |+ - dataCoord: - compaction: - indexBasedCompaction: false - indexCoord: - scheduler: - interval: 100 \ No newline at end of file + \ No newline at end of file diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index 8a08f058d4..4c7b4edaa4 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -33,12 +33,4 @@ minio: mode: standalone pulsar: enabled: false - -extraConfigFiles: - user.yaml: |+ - dataCoord: - compaction: - indexBasedCompaction: false - indexCoord: - scheduler: - interval: 100 \ No newline at end of file + \ No newline at end of file diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index 67ac127d2c..2d8dfc9429 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -125,12 +125,4 @@ pulsar: defaultRetentionSizeInMB: "8192" backlogQuotaDefaultLimitGB: "8" backlogQuotaDefaultRetentionPolicy: producer_exception - -extraConfigFiles: - user.yaml: |+ - dataCoord: - compaction: - indexBasedCompaction: false - indexCoord: - scheduler: - interval: 100 \ No newline at end of file + \ No newline at end of file diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index 647713311a..3457544a14 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -32,12 +32,4 @@ minio: mode: standalone pulsar: enabled: false - -extraConfigFiles: - user.yaml: |+ - dataCoord: - compaction: - indexBasedCompaction: false - indexCoord: - scheduler: - interval: 100 \ No newline at end of file + \ No newline at end of file