Skip to content

Commit

Permalink
Revert "Enable seccomp on containers (CrunchyData#122)" (CrunchyData#126
Browse files Browse the repository at this point in the history
)

This reverts commit a7d78ae.
  • Loading branch information
benjaminjb authored and andrewlecuyer committed Jun 6, 2022
1 parent 538c499 commit 12085b7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions helm/install/templates/manager-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
2 changes: 0 additions & 2 deletions helm/install/templates/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
2 changes: 0 additions & 2 deletions kustomize/install/manager/manager-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
serviceAccountName: postgres-operator-upgrade
2 changes: 0 additions & 2 deletions kustomize/install/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
serviceAccountName: pgo

0 comments on commit 12085b7

Please sign in to comment.