This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
The following commit(s) were added to refs/heads/master by this push:
new b056464 Remove unnecessary configurations in confignode-cm.yaml (#89)
b056464 is described below
commit b056464a6bff21fb097d93ef21b05c7789108855
Author: Summer <[email protected]>
AuthorDate: Mon Jul 14 11:54:27 2025 +0800
Remove unnecessary configurations in confignode-cm.yaml (#89)
Co-authored-by: 2b3c511 <[email protected]>
---
helm/templates/confignode-cm.yaml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/helm/templates/confignode-cm.yaml
b/helm/templates/confignode-cm.yaml
index 64d43eb..2374f47 100644
--- a/helm/templates/confignode-cm.yaml
+++ b/helm/templates/confignode-cm.yaml
@@ -29,7 +29,4 @@ data:
schema_replication_factor={{ .Values.confignode.schemaReplicationFactor }}
schema_region_consensus_protocol_class={{
.Values.confignode.schemaRegionConsensusProtocolClass }}
data_replication_factor={{ .Values.confignode.dataReplicationFactor }}
- data_region_consensus_protocol_class={{
.Values.confignode.dataRegionConsensusProtocolClass }}
- enable_last_cache={{ .Values.confignode.enableLastCache }}
- data_region_group_extension_policy={{
.Values.confignode.dataRegionGroupExtensionPolicy }}
- default_data_region_group_num_per_database={{
.Values.confignode.dataRegionGroupNumPerDatabase }}
\ No newline at end of file
+ data_region_consensus_protocol_class={{
.Values.confignode.dataRegionConsensusProtocolClass }}
\ No newline at end of file