Skip to content

Commit

Permalink
Do not add the SYS_ADMIN cap for egress (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben authored Sep 7, 2023
1 parent 80687be commit 9d7538c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions egress-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ egress:
log_level: info
health_port: 8080
prometheus_port: 9090
enable_chrome_sandbox: true
# template_base: "https://your-custom-template.com"
redis:
address: <redis_host:port>
Expand Down
5 changes: 1 addition & 4 deletions egress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ podAnnotations:

podSecurityContext: {}

securityContext:
capabilities:
add:
- SYS_ADMIN
securityContext: {}

tolerations: []

Expand Down

0 comments on commit 9d7538c

Please sign in to comment.