Skip to content
Open
Changes from 1 commit
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: 4 additions & 2 deletions charts/nr-ebpf-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@ ebpfAgent:
# -- The secrets that are needed to pull images from a custom registry.
pullSecrets: []
# -- Additional labels for chart pods.
podLabels: {}
podLabels:
app.kubernetes.io/name: nr-ebpf-agent
# -- Additional labels for chart objects.
labels: {}
labels:
app.kubernetes.io/name: nr-ebpf-agent
# -- Sets pod's priorityClassName. Can be configured also with `global.priorityClassName`
priorityClassName: ""
# -- Sets pod's dnsConfig. Can be configured also with `global.dnsConfig`
Expand Down
Loading