fix(helm): fix broken volumeMounts indentation

This commit is contained in:
Jorgen Evens 2025-04-14 14:44:29 +02:00 committed by Rajesh Rajendran
parent 3759771ae9
commit 1b9c568cb1
2 changed files with 4 additions and 4 deletions

View file

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

View file

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