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
No related branches found
No related tags found
No related merge requests found
...@@ -22,3 +22,5 @@ spec: ...@@ -22,3 +22,5 @@ spec:
# Required due to OpenShift magic # Required due to OpenShift magic
securityContext: securityContext:
runAsUser: null 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