Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion charts/s1-agent/templates/agent/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
key: site-key
{{- end }}
- name: S1_AGENT_TYPE
value: "k8s"
value: "{{ $.Values.configuration.env.agent.agent_type }}"
- name: S1_HELPER_HOST
value: {{ include "service.name" $ }}
- name: S1_AGENT_HOST_MOUNT_PATH
Expand Down
1 change: 1 addition & 0 deletions charts/s1-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ configuration:
dv_proxy: "" # specify a proxy server for Deep-Visibility (in URL format), if needed
env:
agent:
agent_type: "edr" # agent flavor: defaults to edr. possible values: edr, cadr
enabled: # to disable the agent, set to 'false'
host_mount_path: # leave default unless host path is mounted elsewhere in your environment
persistent_dir: # path on the node to a directory that will be used for persistent storage (logs, configuration, etc. Unsupported in GKE autopilot)
Expand Down