Skip to content

Commit

Permalink
add seccompProfile to controller security context (#530)
Browse files Browse the repository at this point in the history
* add seccompProfile to controller security context

* fix spelling of all in drop capabilities
  • Loading branch information
KauzClay authored Sep 13, 2023
1 parent b062d61 commit ce4e3e4
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 ce4e3e4

Please sign in to comment.