Skip to content

Commit

Permalink
Remove privileged and make immutable
Browse files Browse the repository at this point in the history
Now that #80 is merged, we can harden the deployment even more
  • Loading branch information
idanlevin authored Aug 11, 2020
1 parent 0a4fdc3 commit 0a7429a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/draino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ securityContext:
runAsGroup: 101
runAsNonRoot: true
runAsUser: 100
privileged: false
readOnlyRootFilesystem: true

0 comments on commit 0a7429a

Please sign in to comment.