Skip to content
Merged
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
7 changes: 7 additions & 0 deletions charts/parca/templates/agent-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ spec:
name: cgroup
- mountPath: /sys/fs/bpf
name: bpffs
# NOTE: modify this if containerd is not used
- mountPath: /run/containerd/
name: cri-socket
- mountPath: /var/parca
name: {{ include "parca.fullname" . }}-agent-config
{{- if .Values.agent.remoteStoreBearerToken }}
Expand Down Expand Up @@ -124,6 +127,10 @@ spec:
- hostPath:
path: /sys/kernel/debug
name: debugfs
# NOTE: modify this if containerd is not used
- hostPath:
path: /run/containerd/
name: cri-socket
- configMap:
name: {{ include "parca.fullname" . }}-agent-config
name: {{ include "parca.fullname" . }}-agent-config
Expand Down
Loading