fix(helm): efs clean cron path

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-06-20 09:44:12 +02:00
parent 623e241afb
commit 1898f18d6b

View file

@ -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