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
1 change: 1 addition & 0 deletions .changelog/3940.feat.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: allow for hostNetwork in otellogs.daemonset
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ spec:
{{- else }}
priorityClassName: {{ include "sumologic.metadata.name.priorityclass" $ctx | quote }}
{{- end }}
{{- if $daemonset.hostNetwork }}
hostNetwork: {{ $daemonset.hostNetwork }}
{{- end }}
containers:
- args:
- --config=/etc/otelcol/config.yaml
Expand Down
3 changes: 3 additions & 0 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2124,6 +2124,9 @@ otellogs:
## Add custom annotations to all otelcol daemonset pods
podAnnotations: {}

## Allow for hostNetwork to be used in the OTEL daemonsets
hostNetwork: false

resources:
limits:
memory: 1Gi
Expand Down
Loading