Skip to content

Commit

Permalink
Revert "Declare seccompProfile to avoid PodSecurity warnings (#337)" (#…
Browse files Browse the repository at this point in the history
…340)

This change was requested by ACM Installer Team to address logging errors in OCP4.11+, but we are also supporting 4.10 and this is incompatible there, causing pods to crash. Please revert this change, we are going to reassess how to handle the logging warnings from our end.

Signed-off-by: Erin Murphy [email protected]

Signed-off-by: Erin Murphy [email protected]
  • Loading branch information
eemurphy authored May 26, 2023
1 parent 56f769d commit ee9d26b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ spec:
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
Expand Down Expand Up @@ -610,8 +608,6 @@ spec:
readOnly: false
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
serviceAccountName: multicluster-applications
volumes:
- name: multicluster-integrations-syncresource
Expand All @@ -630,8 +626,6 @@ spec:
spec:
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -902,8 +896,6 @@ spec:
spec:
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit ee9d26b

Please sign in to comment.