Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gremlin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ gremlin:
- SYS_CHROOT # Required by container drivers: docker-runc, crio-runc, containerd-runc
# to create and enter new namespaces for Gremlin attack sidecars

- NET_RAW # Required by container drivers: docker-runc, crio-runc, containerd-runc
# Not actively used by Gremlin but requested by sidecars
# This capability will be removed in a later release
- NET_RAW # Required when gremlin.collect.dns=true, provides Gremlin the ability to
# look at DNS traffic for dependency discovery.
# See https://www.gremlin.com/blog/how-dependency-discovery-works-in-gremlin

# gremlin.podSecurity.seLinuxOptions -
# Specifies SELinux options to apply to the Gremlin Daemonset container securityContext.
Expand Down