From ea5404c421113d2bee7510d0e41596a4d9d524e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Koziorowski?= Date: Thu, 24 Aug 2023 03:32:58 +0200 Subject: [PATCH] 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" . -}}