Skip to content

Commit

Permalink
Add NET_BIND_SERVICE capability to Consul's restricted securityContext
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 21, 2023
1 parent e5ad447 commit 2d13dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/consul/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ securityContext:
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
Expand Down

0 comments on commit 2d13dbf

Please sign in to comment.