Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security: Drop capabilities and enable seccomp
Further restricts the SecurityContext that the controller runs under, by enabling the default seccomp profile, dropping all linux capabilities. It also enforces the execution under user/group ID 65534 (aka nobody). This was set at container-level to ensure backwards compatibility with use cases in which more privileged sidecars are injected into the source-controller pod without setting less restrictive settings. Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
- Loading branch information