diff --git a/charts/sn-platform/templates/zookeeper/zookeeper-backup-configmap.yaml b/charts/sn-platform/templates/zookeeper/zookeeper-backup-configmap.yaml index 7ef90765..70b8770a 100644 --- a/charts/sn-platform/templates/zookeeper/zookeeper-backup-configmap.yaml +++ b/charts/sn-platform/templates/zookeeper/zookeeper-backup-configmap.yaml @@ -48,10 +48,6 @@ data: secureClientPort: "{{ .Values.zookeeper.ports.clientTls }}" PULSAR_PREFIX_secureClientPort: "{{ .Values.zookeeper.ports.clientTls }}" {{- end }} - {{- if .Values.zookeeper.reconfig.enabled }} - PULSAR_PREFIX_reconfigEnabled: "true" - PULSAR_PREFIX_quorumListenOnAllIPs: "true" - {{- end }} PULSAR_PREFIX_peerType: "observer" {{ toYaml .Values.zookeeper.customTools.backup.configData | indent 2 }} # Include log configuration file, If you want to configure the log level and other configuration diff --git a/charts/sn-platform/templates/zookeeper/zookeeper-backup-statefulset.yaml b/charts/sn-platform/templates/zookeeper/zookeeper-backup-statefulset.yaml index ede25c65..74adf966 100644 --- a/charts/sn-platform/templates/zookeeper/zookeeper-backup-statefulset.yaml +++ b/charts/sn-platform/templates/zookeeper/zookeeper-backup-statefulset.yaml @@ -154,7 +154,7 @@ spec: {{ range $i, $e := until (.Values.zookeeper.replicaCount | int) }}{{ if ne $i 0 }},{{ end }}{{ template "pulsar.fullname" $global }}-{{ $global.Values.zookeeper.component }}-{{ printf "%d" $i }}{{ end }} envFrom: - configMapRef: - name: "{{ template "pulsar.fullname" . }}-{{ .Values.zookeeper.component }}" + name: "{{ template "pulsar.fullname" . }}-backup" {{- if .Values.zookeeper.probe.readiness.enabled }} readinessProbe: exec: