From 9272c80d652baa7b262fe8b599cf09b209374256 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 18 Aug 2021 19:12:51 +0200
Subject: [PATCH] fix(postgres): Further finagling with helm chart parameters

---
 infrastructure/postgres/release.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure/postgres/release.yaml b/infrastructure/postgres/release.yaml
index bd8cd40fe..36bce962d 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"
-- 
GitLab