Skip to content

Commit 740ebe3

Browse files
committed
Revert "Enable seccomp on containers (CrunchyData#122)"
This reverts commit a7d78ae.
1 parent a7d78ae commit 740ebe3

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

helm/install/templates/manager-upgrade.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ spec:
3838
allowPrivilegeEscalation: false
3939
readOnlyRootFilesystem: true
4040
runAsNonRoot: true
41-
seccompProfile:
42-
type: RuntimeDefault

helm/install/templates/manager.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ spec:
4444
allowPrivilegeEscalation: false
4545
readOnlyRootFilesystem: true
4646
runAsNonRoot: true
47-
seccompProfile:
48-
type: RuntimeDefault

kustomize/install/manager/manager-upgrade.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@ spec:
3232
allowPrivilegeEscalation: false
3333
readOnlyRootFilesystem: true
3434
runAsNonRoot: true
35-
seccompProfile:
36-
type: RuntimeDefault
3735
serviceAccountName: postgres-operator-upgrade

kustomize/install/manager/manager.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,4 @@ spec:
4646
allowPrivilegeEscalation: false
4747
readOnlyRootFilesystem: true
4848
runAsNonRoot: true
49-
seccompProfile:
50-
type: RuntimeDefault
5149
serviceAccountName: pgo

0 commit comments

Comments
 (0)