Skip to content

Commit

Permalink
fix(vpn): remove security context for agent
Browse files Browse the repository at this point in the history
  • Loading branch information
vehagn committed Dec 8, 2024
1 parent 8db8b26 commit 7f20f95
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions k8s/infra/vpn/netbird/agent/daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ spec:
labels:
app: netbird
spec:
securityContext:
seccompProfile:
type: RuntimeDefault
# securityContext:
# seccompProfile:
# type: RuntimeDefault
containers:
- name: netbird
image: docker.io/netbirdio/netbird:0.32.0 # renovate: docker=docker.io/netbirdio/netbird
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
# securityContext:
# allowPrivilegeEscalation: false
# readOnlyRootFilesystem: true
capabilities:
add: [ NET_ADMIN, PERFMON, BPF ]
# capabilities:
# add: [ NET_ADMIN, PERFMON, BPF ]
envFrom:
- configMapRef:
name: agent-config
Expand Down

0 comments on commit 7f20f95

Please sign in to comment.