[bitnami/redis] Fixing indentation on redis slave volume mount (#5949)

Co-authored-by: amckee <amckee@deloitte.co.uk>
This commit is contained in:
Andrew Mckee
2021-03-30 08:06:58 +01:00
committed by GitHub
parent 44cc11d568
commit bb1b36a20b
2 changed files with 2 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ name: redis
sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
version: 12.9.0
version: 12.9.1

View File

@@ -210,7 +210,7 @@ spec:
readOnly: true
{{- end }}
{{- if .Values.slave.extraVolumeMounts }}
{{- include "common.tplvalues.render" ( dict "value" .Values.slave.extraVolumeMounts "context" $ ) | nindent 8 }}
{{- include "common.tplvalues.render" ( dict "value" .Values.slave.extraVolumeMounts "context" $ ) | nindent 12 }}
{{- end }}
{{- if .Values.metrics.enabled }}
- name: metrics