Skip to content

Commit

Permalink
fix(vpn): remove read only root fs for netbird agent
Browse files Browse the repository at this point in the history
  • Loading branch information
vehagn committed Dec 8, 2024
1 parent dedecc6 commit 8db8b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/infra/vpn/netbird/agent/daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
# readOnlyRootFilesystem: true
capabilities:
add: [ NET_ADMIN, PERFMON, BPF ]
envFrom:
Expand Down

0 comments on commit 8db8b26

Please sign in to comment.