Skip to content

Commit 12085b7

Browse files
benjaminjbandrewlecuyer
authored andcommitted
Revert "Enable seccomp on containers (CrunchyData#122)" (CrunchyData#126)
This reverts commit a7d78ae.
1 parent 538c499 commit 12085b7

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
@@ -50,6 +50,4 @@ spec:
5050
allowPrivilegeEscalation: false
5151
readOnlyRootFilesystem: true
5252
runAsNonRoot: true
53-
seccompProfile:
54-
type: RuntimeDefault
5553
serviceAccountName: pgo

0 commit comments

Comments
 (0)