From 1898f18d6b172f1b672d020e9e113438f4a80ed8 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 20 Jun 2022 09:44:12 +0200 Subject: [PATCH] fix(helm): efs clean cron path Signed-off-by: rjshrjndrn --- .../openreplay/charts/utilities/templates/efs-cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/utilities/templates/efs-cron.yaml b/scripts/helmcharts/openreplay/charts/utilities/templates/efs-cron.yaml index 5fbd041df..2407d4839 100644 --- a/scripts/helmcharts/openreplay/charts/utilities/templates/efs-cron.yaml +++ b/scripts/helmcharts/openreplay/charts/utilities/templates/efs-cron.yaml @@ -19,7 +19,7 @@ spec: args: - | # Delete all the files older than 7 days - find efs -type f -mtime +7 -delete + find /mnt/efs -type f -mtime +7 -delete volumeMounts: - mountPath: /mnt/efs name: datadir