fix(helm): fix broken volumeMounts indentation

This commit is contained in:
Jorgen Evens 2025-04-14 14:44:29 +02:00 committed by rjshrjndrn
parent 408c3122d3
commit d544da0665
2 changed files with 4 additions and 4 deletions

View file

@ -84,8 +84,8 @@ spec:
protocol: TCP
{{- end }}
volumeMounts:
- name: datadir
mountPath: /mnt/efs
- name: datadir
mountPath: /mnt/efs
{{- include "openreplay.volume.redis_ca_certificate.mount" .Values.global.redis | nindent 12 }}
{{- with .Values.persistence.mounts }}
{{- toYaml . | nindent 12 }}

View file

@ -104,8 +104,8 @@ spec:
protocol: TCP
{{- end }}
volumeMounts:
- name: datadir
mountPath: /mnt/efs
- name: datadir
mountPath: /mnt/efs
{{- include "openreplay.volume.redis_ca_certificate.mount" .Values.global.redis | nindent 12 }}
{{- with .Values.persistence.mounts }}
{{- toYaml . | nindent 12 }}