Merge pull request 'feat: add security context' (#6849) from tmp/cilium-2 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 29s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 4m3s

Reviewed-on: #6849
This commit was merged in pull request #6849.
This commit is contained in:
2026-05-10 22:52:12 +00:00

View File

@@ -6,6 +6,26 @@ cilium:
qps: 50 qps: 50
burst: 100 burst: 100
rollOutCiliumPods: true rollOutCiliumPods: true
securityContext:
capabilities:
ciliumAgent:
- CHOWN
- KILL
- NET_ADMIN
- NET_RAW
- IPC_LOCK
- SYS_ADMIN
- SYS_RESOURCE
- DAC_OVERRIDE
- FOWNER
- SETGID
- SETUID
- PERFMON
- BPF
cleanCiliumState:
- NET_ADMIN
- SYS_ADMIN
- SYS_RESOURCE
bpf: bpf:
hostLegacyRouting: true hostLegacyRouting: true
devices: end0 enp6s0 devices: end0 enp6s0