This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch schema-storage
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git


The following commit(s) were added to refs/heads/schema-storage by this push:
     new 562d741  update env names
562d741 is described below

commit 562d74144f9133c43760efaf4c76d721a3e03ac2
Author: mrproliu <[email protected]>
AuthorDate: Mon Feb 2 20:45:23 2026 +0800

    update env names
---
 chart/templates/_helpers.tpl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl
index 88c64fc..d0d5515 100644
--- a/chart/templates/_helpers.tpl
+++ b/chart/templates/_helpers.tpl
@@ -133,7 +133,7 @@ SchemaStorageEnv - injects schema storage env vars
 */}}
 {{- define "banyandb.schemaStorageEnv" -}}
 {{- $schemaMode := (.Values.cluster.schemaStorage).mode | default "property" }}
-- name: BYDB_METADATA_REGISTRY_MODE
+- name: BYDB_SCHEMA_REGISTRY_MODE
   value: {{ $schemaMode | quote }}
 {{- end }}
 
@@ -143,15 +143,15 @@ SchemaStoragePropertyEnv - injects property server env 
vars (data node only)
 {{- define "banyandb.schemaStoragePropertyEnv" -}}
 {{- $schemaMode := (.Values.cluster.schemaStorage).mode | default "property" }}
 {{- if eq $schemaMode "property" }}
-- name: BYDB_METADATA_PROPERTY_SERVER_ENABLED
+- name: BYDB_SCHEMA_PROPERTY_SERVER_ENABLED
   value: "true"
 {{- $property := ((.Values.cluster.schemaStorage).property) | default dict }}
 {{- if $property.serverRepairCron }}
-- name: BYDB_METADATA_PROPERTY_SERVER_REPAIR_TRIGGER_CRON
+- name: BYDB_SCHEMA_PROPERTY_SERVER_REPAIR_TRIGGER_CRON
   value: {{ $property.serverRepairCron | quote }}
 {{- end }}
 {{- if $property.clientSyncInterval }}
-- name: BYDB_PROPERTY_SCHEMA_SYNC_INTERVAL
+- name: BYDB_SCHEMA_PROPERTY_CLIENT_SYNC_INTERVAL
   value: {{ $property.clientSyncInterval | quote }}
 {{- end }}
 {{- end }}

Reply via email to