This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new ea5404c Fixed bookkeeper volume mounts indentation (#384)
ea5404c is described below
commit ea5404c421113d2bee7510d0e41596a4d9d524e5
Author: MichaĆ Koziorowski <[email protected]>
AuthorDate: Thu Aug 24 03:32:58 2023 +0200
Fixed bookkeeper volume mounts indentation (#384)
---
charts/pulsar/templates/bookkeeper-statefulset.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/charts/pulsar/templates/bookkeeper-statefulset.yaml
b/charts/pulsar/templates/bookkeeper-statefulset.yaml
index 9fd44ab..23706e1 100644
--- a/charts/pulsar/templates/bookkeeper-statefulset.yaml
+++ b/charts/pulsar/templates/bookkeeper-statefulset.yaml
@@ -189,8 +189,8 @@ spec:
name: "{{ template "pulsar.fullname" . }}-{{
.Values.bookkeeper.component }}"
volumeMounts:
{{- if .Values.bookkeeper.volumes.useSingleCommonVolume }}
- - name: "{{ template "pulsar.fullname" . }}-{{
.Values.bookkeeper.component }}-{{ .Values.bookkeeper.volumes.common.name }}"
- mountPath: /pulsar/data/bookkeeper
+ - name: "{{ template "pulsar.fullname" . }}-{{
.Values.bookkeeper.component }}-{{ .Values.bookkeeper.volumes.common.name }}"
+ mountPath: /pulsar/data/bookkeeper
{{- else }}
{{- if .Values.bookkeeper.volumes.journal.useMultiVolumes }}
{{- $fullname := include "pulsar.fullname" . -}}