diff --git a/infrastructure/postgres/release.yaml b/infrastructure/postgres/release.yaml
index e62ff6c1581213a5e3497a49b5ebe6bb2301d761..bd8cd40fee7ab47630e606f19b8eb09fa7c2bffa 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
+      enable_pod_antiaffinity: "true"