[bitnami/redis] Fix PersistentVolumeClaim storage class indentation (#10078)

Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com>
This commit is contained in:
Rafael Ríos Saavedra
2022-05-10 10:47:27 +02:00
committed by GitHub
parent c67208430d
commit e9db4b4d1d
+1 -1
View File
@@ -22,5 +22,5 @@ spec:
{{- if .Values.master.persistence.dataSource }}
dataSource: {{- include "common.tplvalues.render" (dict "value" .Values.master.persistence.dataSource "context" $) | nindent 4 }}
{{- end }}
{{- include "common.storage.class" (dict "persistence" .Values.master.persistence "global" .Values.global) | nindent 4 }}
{{- include "common.storage.class" (dict "persistence" .Values.master.persistence "global" .Values.global) | nindent 2 }}
{{- end }}