Skip to content

Commit 45b1c8f

Browse files
fix(helm): dbfilename arg extension (#297)
dbfilename arg should only contain the filename without any file extensions Signed-off-by: Mohammad Amin Mokhtari <[email protected]>
1 parent cf4c010 commit 45b1c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ storage:
3030
requests: 128Mi # Set as desired
3131

3232
extraArgs:
33-
- --dbfilename=dump.rdb
33+
- --dbfilename=my-dump-{timestamp} # should only contain the filename without any file extensions
3434
- --snapshot_cron=* * * * * # cron format
3535

3636
podSecurityContext:

0 commit comments

Comments
 (0)