diff --git a/infrastructure/postgres/release.yaml b/infrastructure/postgres/release.yaml index bd8cd40fee7ab47630e606f19b8eb09fa7c2bffa..36bce962d5ca3fb9827251990aac9548a266bf78 100644 --- a/infrastructure/postgres/release.yaml +++ b/infrastructure/postgres/release.yaml @@ -22,7 +22,7 @@ spec: # Required due to OpenShift magic securityContext: runAsUser: null - readOnlyRootFilesystem: "true" - allowPrivilegeEscalation: "false" + readOnlyRootFilesystem: true + allowPrivilegeEscalation: false configKubernetes: enable_pod_antiaffinity: "true"