Skip to content

Commit

Permalink
Mount the backup/restore configmap as the env
Browse files Browse the repository at this point in the history
  • Loading branch information
zymap committed Jul 3, 2024
1 parent 957b106 commit 709cf01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/sn-platform/templates/zookeeper/zookeeper-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ spec:
{{- end }}
- name: METADATA_TOOL_CONF
value: "/pulsar-metadata-tool/conf/pulsar-metadata-tool/pulsar-metadata-tool.properties"
envFrom:
- configMapRef:
name: "{{ template "pulsar.fullname" . }}-{{ .Values.zookeeper.customTools.restore.component }}"
volumeMounts:
- name: "data"
mountPath: "/pulsar/data"
Expand Down

0 comments on commit 709cf01

Please sign in to comment.