Skip to content

Commit

Permalink
Up manager seccompProfile for RuntimeDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Apr 21, 2024
1 parent 31730a7 commit 7dbd9e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ spec:
runAsUser: 65532
runAsGroup: 65532
fsGroup: 65532
# Please comment the following code if your project DOES have to work on old Kubernetes
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
seccompProfile:
type: RuntimeDefault
containers:
- command:
- /manager
Expand Down

0 comments on commit 7dbd9e0

Please sign in to comment.