Skip to content
Snippets Groups Projects
Verified Commit d70292e8 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(postgres): Enable security enhancements

This patch enables read-only filesystems and no-new-privileges for all
postgres databases managed by the zalando postgres operator.
parent da0b96a0
Loading
......@@ -22,3 +22,5 @@ spec:
# Required due to OpenShift magic
securityContext:
runAsUser: null
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment