fix(helm): efs clean cron path
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
623e241afb
commit
1898f18d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue