Skip to content

Commit

Permalink
[release-1.11] add seccompProfile to controller security context (#531)
Browse files Browse the repository at this point in the history
* add seccompProfile to controller security context

* fix spelling of all in drop capabilities

---------

Co-authored-by: Clay Kauzlaric <[email protected]>
  • Loading branch information
knative-prow-robot and KauzClay authored Sep 13, 2023
1 parent a0ed60f commit 637dbea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ spec:
runAsNonRoot: true
capabilities:
drop:
- all
- ALL
seccompProfile:
type: RuntimeDefault

0 comments on commit 637dbea

Please sign in to comment.