Skip to content

Commit

Permalink
fix: securityContext blocking MTU check w/ ping
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Aug 31, 2023
1 parent a12488f commit 131e5d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chart/valid8or/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,10 @@ plugins:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
containerSecurityContext:
allowPrivilegeEscalation: false
allowPrivilegeEscalation: true
capabilities:
add:
- NET_ADMIN
drop:
- ALL
image:
Expand Down

0 comments on commit 131e5d9

Please sign in to comment.