From ebaa4074441d8c266ce19bcd5d3fc6ca7ff48d6d Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Thu, 12 Aug 2021 15:50:42 -0400 Subject: [PATCH] Revert "Added fsGroup" This reverts commit 649f0cc3fb69d27e29553735295b749e866bc541. --- roles/installer/templates/postgres.yaml.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/installer/templates/postgres.yaml.j2 b/roles/installer/templates/postgres.yaml.j2 index f87c84204..bf2e018a3 100644 --- a/roles/installer/templates/postgres.yaml.j2 +++ b/roles/installer/templates/postgres.yaml.j2 @@ -56,8 +56,6 @@ spec: - image: '{{ postgres_image }}:{{ postgres_image_version }}' imagePullPolicy: '{{ image_pull_policy }}' name: postgres - securityContext: - fsGroup: 999 env: # For postgres_image based on rhel8/postgresql-12 - name: POSTGRESQL_DATABASE