Skip to content

Commit

Permalink
RELEASE 1.5][BACKPORT] Run queue proxy with restricted profile (knati…
Browse files Browse the repository at this point in the history
…ve#1283)

* Run queue proxy with restricted profile (knative#13376)

* allow user workloads to run with restricted profile

* only change queue proxy

* remove seccomp
  • Loading branch information
skonto committed Nov 15, 2022
1 parent ea1f8f3 commit ed15f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/revision/resources/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var (
ReadOnlyRootFilesystem: ptr.Bool(true),
RunAsNonRoot: ptr.Bool(true),
Capabilities: &corev1.Capabilities{
Drop: []corev1.Capability{"all"},
Drop: []corev1.Capability{"ALL"},
},
}
)
Expand Down

0 comments on commit ed15f28

Please sign in to comment.