File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: defguard-gateway
33description : Defguard gateway is a public-facing VPN endpoint.
44
55type : application
6- version : 0.4.0
6+ version : 0.4.1
77appVersion : 1.5.1
Original file line number Diff line number Diff line change @@ -42,7 +42,14 @@ resources: {}
4242# defguard-gateway pod security context
4343podSecurityContext : {}
4444# defguard-gateway container security context
45- securityContext : {}
45+ # elevated priveleges are required for managing network interfaces
46+ securityContext :
47+ allowPrivilegeEscalation : true
48+ privileged : true
49+ capabilities :
50+ add :
51+ - NET_ADMIN
52+ - SYS_MODULE
4653# defguard-gateway pod additional ENV from configmap
4754additionalEnvFromConfigMap : " "
4855# defguard-gateway health check configuration
You can’t perform that action at this time.
0 commit comments