From 1b9c568cb1885222e8584ad58f9fb54c34558a04 Mon Sep 17 00:00:00 2001 From: Jorgen Evens Date: Mon, 14 Apr 2025 14:44:29 +0200 Subject: [PATCH] fix(helm): fix broken volumeMounts indentation --- .../openreplay/charts/analytics/templates/deployment.yaml | 4 ++-- .../openreplay/charts/spot/templates/deployment.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }}