fix(helm): fix broken volumeMounts indentation
This commit is contained in:
parent
3759771ae9
commit
1b9c568cb1
2 changed files with 4 additions and 4 deletions
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue