From c7b3abee47e6f7172d440bf73255ed091cfb4cfe Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 23 Jan 2023 14:47:57 +0100 Subject: [PATCH] chore(helm): clean efs every monday Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/charts/utilities/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/utilities/values.yaml b/scripts/helmcharts/openreplay/charts/utilities/values.yaml index 0c58d630f..97ee29798 100644 --- a/scripts/helmcharts/openreplay/charts/utilities/values.yaml +++ b/scripts/helmcharts/openreplay/charts/utilities/values.yaml @@ -81,7 +81,7 @@ fullnameOverride: "utilities-openreplay" # 5 3 * * 1 “At 03:05 on Monday.” # refer: https://crontab.guru/#5_3_*_*_1 -cron: "5 3 */3 * *" +cron: "5 3 * * 1" # Pod configurations