Skip to content

Commit

Permalink
Add volumePermissions configuration to postgres app (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjain235 authored Sep 29, 2020
1 parent dc6cf86 commit 856d98f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func NewPostgresDB(name string) App {
"postgresqlExtendedConf.archiveMode": "true",
"postgresqlExtendedConf.archiveTimeout": "60",
"postgresqlExtendedConf.walLevel": "archive",
"volumePermissions.enabled": "true",
},
},
}
Expand Down

0 comments on commit 856d98f

Please sign in to comment.