From 0af42f2a24268b5cbc9d0434371b9c68d9dbe848 Mon Sep 17 00:00:00 2001 From: Konstantinos Samaras-Tsakiris <ksamtsak@gmail.com> Date: Fri, 12 Feb 2021 22:43:53 +0100 Subject: [PATCH] Hotfix: specific pod user incompatible with SCC --- chart/drupalsite-operator/templates/manager-deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/chart/drupalsite-operator/templates/manager-deploy.yaml b/chart/drupalsite-operator/templates/manager-deploy.yaml index 74517563..88f05317 100644 --- a/chart/drupalsite-operator/templates/manager-deploy.yaml +++ b/chart/drupalsite-operator/templates/manager-deploy.yaml @@ -53,6 +53,4 @@ spec: {{- end }} securityContext: allowPrivilegeEscalation: false - securityContext: - runAsUser: 65532 terminationGracePeriodSeconds: 10 -- GitLab