Skip to content

Commit ec98f47

Browse files
committed
fix(values.yaml): update to write filesystem permission to create dump.sql.gz
1 parent 25eab53 commit ec98f47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/pgdump-backup/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ app-template:
2323
pod:
2424
restartPolicy: OnFailure
2525
cronjob:
26-
schedule: "00 02 * * *"
26+
schedule: "* * * * *"
2727
concurrencyPolicy: Forbid
2828
successfulJobsHistory: 3
2929
failedJobsHistory: 3
@@ -36,7 +36,7 @@ app-template:
3636
pullPolicy: IfNotPresent
3737
securityContext:
3838
allowPrivilegeEscalation: false
39-
readOnlyRootFilesystem: true
39+
readOnlyRootFilesystem: false
4040
capabilities:
4141
drop:
4242
- ALL
@@ -113,7 +113,7 @@ app-template:
113113
pullPolicy: IfNotPresent
114114
securityContext:
115115
allowPrivilegeEscalation: false
116-
readOnlyRootFilesystem: true
116+
readOnlyRootFilesystem: false
117117
capabilities:
118118
drop:
119119
- ALL

0 commit comments

Comments
 (0)