diff --git a/scripts/helmcharts/openreplay/charts/analytics/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/analytics/templates/deployment.yaml index f6a70a06d..88a20623a 100644 --- a/scripts/helmcharts/openreplay/charts/analytics/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/analytics/templates/deployment.yaml @@ -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 }} diff --git a/scripts/helmcharts/openreplay/charts/spot/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/spot/templates/deployment.yaml index d9215724d..78130ba8f 100644 --- a/scripts/helmcharts/openreplay/charts/spot/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/spot/templates/deployment.yaml @@ -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 }}