Skip to content

Commit 0259efa

Browse files
committed
fix(dataplane): set allowPrivilegeEscalation=true to enable NET_BIND_SERVICE
1 parent 78dbfee commit 0259efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/kubernetes/base/dataplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
limits:
100100
memory: 1Gi
101101
securityContext:
102-
allowPrivilegeEscalation: false
102+
allowPrivilegeEscalation: true
103103
readOnlyRootFilesystem: true
104104
capabilities:
105105
drop: ["ALL"]

0 commit comments

Comments
 (0)