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