Skip to content

Commit

Permalink
set readOnlyRootFilesystem to true
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-gc committed Nov 29, 2023
1 parent 03a2cc8 commit da3a36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ spec:
allowPrivilegeEscalation: false
privileged: false
runAsNonRoot: true
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ spec:
allowPrivilegeEscalation: false
privileged: false
runAsNonRoot: true
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
Expand Down

0 comments on commit da3a36b

Please sign in to comment.