From 548930c5bee9374d231e0b7bc066c81d55cd1642 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 26 Mar 2024 14:53:12 +0100 Subject: [PATCH] chore(helm): reducing default retention to 1day 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 c3940f0db..f383097ab 100644 --- a/scripts/helmcharts/openreplay/charts/utilities/values.yaml +++ b/scripts/helmcharts/openreplay/charts/utilities/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 efsCleaner: - retention: 2 + retention: 1 pvc: # This can be either persistentVolumeClaim or hostPath. # In case of pvc, you'll have to provide the pvc name.