[bitnami/mastodon]: fix indentation of extraVolumes (#22217)

Signed-off-by: Marek Schneider <marek@kms.onl>
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Signed-off-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com>
This commit is contained in:
marekschneider
2024-02-02 12:00:28 +01:00
committed by GitHub
parent 4323ff040d
commit 0cd94b2327
4 changed files with 4 additions and 4 deletions

View File

@@ -49,4 +49,4 @@ maintainers:
name: mastodon
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
version: 4.2.3
version: 4.2.4

View File

@@ -229,6 +229,6 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.sidekiq.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.sidekiq.extraVolumes "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.sidekiq.extraVolumes "context" $) | nindent 10 }}
{{- end }}
{{- end }}

View File

@@ -226,6 +226,6 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.streaming.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.streaming.extraVolumes "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.streaming.extraVolumes "context" $) | nindent 10 }}
{{- end }}
{{- end }}

View File

@@ -255,6 +255,6 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.web.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.web.extraVolumes "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.web.extraVolumes "context" $) | nindent 10 }}
{{- end }}
{{- end }}