Skip to content

Commit c4c7809

Browse files
authored
fix(values.yaml): update to write filesystem permission to create dump.sql.gz (#47)
1 parent 423c21d commit c4c7809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/pgdump-backup/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)