Skip to content

Commit

Permalink
Apply the change to the slim charts
Browse files Browse the repository at this point in the history
  • Loading branch information
zymap committed Jul 3, 2024
1 parent bf2ba12 commit 500b1e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,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.backup.component }}"
ports:
- name: metrics
containerPort: {{ .Values.zookeeper.customTools.backup.webServerPort }}
Expand Down
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 500b1e2

Please sign in to comment.