Skip to content

Commit

Permalink
Don't set seccomp profile in the queue proxy (#13508)
Browse files Browse the repository at this point in the history
This is breaking OpenShift and likewise people using gVisor

Co-authored-by: dprotaso <dprotaso@gmail.com>
  • Loading branch information
knative-prow-robot and dprotaso authored Nov 24, 2022
1 parent 94a4002 commit d7e9873
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/reconciler/revision/resources/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ var (
Capabilities: &corev1.Capabilities{
Drop: []corev1.Capability{"ALL"},
},
SeccompProfile: &corev1.SeccompProfile{
Type: corev1.SeccompProfileTypeRuntimeDefault,
},
}
)

Expand Down

0 comments on commit d7e9873

Please sign in to comment.