From 12085b73c85f3c30f0a0b1d3f5fe17b22c3eede3 Mon Sep 17 00:00:00 2001 From: Benjamin Blattberg Date: Wed, 18 May 2022 12:14:18 -0500 Subject: [PATCH] Revert "Enable seccomp on containers (#122)" (#126) This reverts commit a7d78aedd889e7c386c704e9a8cfb0f25a278a93. --- helm/install/templates/manager-upgrade.yaml | 2 -- helm/install/templates/manager.yaml | 2 -- kustomize/install/manager/manager-upgrade.yaml | 2 -- kustomize/install/manager/manager.yaml | 2 -- 4 files changed, 8 deletions(-) diff --git a/helm/install/templates/manager-upgrade.yaml b/helm/install/templates/manager-upgrade.yaml index 848174fb..ac50728e 100644 --- a/helm/install/templates/manager-upgrade.yaml +++ b/helm/install/templates/manager-upgrade.yaml @@ -38,5 +38,3 @@ spec: allowPrivilegeEscalation: false readOnlyRootFilesystem: true runAsNonRoot: true - seccompProfile: - type: RuntimeDefault diff --git a/helm/install/templates/manager.yaml b/helm/install/templates/manager.yaml index 7eb1fc80..746c2f69 100644 --- a/helm/install/templates/manager.yaml +++ b/helm/install/templates/manager.yaml @@ -44,5 +44,3 @@ spec: allowPrivilegeEscalation: false readOnlyRootFilesystem: true runAsNonRoot: true - seccompProfile: - type: RuntimeDefault diff --git a/kustomize/install/manager/manager-upgrade.yaml b/kustomize/install/manager/manager-upgrade.yaml index b177576c..5344b8e7 100644 --- a/kustomize/install/manager/manager-upgrade.yaml +++ b/kustomize/install/manager/manager-upgrade.yaml @@ -32,6 +32,4 @@ spec: allowPrivilegeEscalation: false readOnlyRootFilesystem: true runAsNonRoot: true - seccompProfile: - type: RuntimeDefault serviceAccountName: postgres-operator-upgrade diff --git a/kustomize/install/manager/manager.yaml b/kustomize/install/manager/manager.yaml index 05301a3a..31f11097 100644 --- a/kustomize/install/manager/manager.yaml +++ b/kustomize/install/manager/manager.yaml @@ -50,6 +50,4 @@ spec: allowPrivilegeEscalation: false readOnlyRootFilesystem: true runAsNonRoot: true - seccompProfile: - type: RuntimeDefault serviceAccountName: pgo