Closed nonamef closed 10 months ago
I don't see a way to add hostNetwork: true to the vector-agent daemonset https://github.com/vectordotdev/helm-charts/blob/develop/charts/vector-agent/templates/daemonset.yaml. Looks like it was added to vector pod previously in https://github.com/vectordotdev/helm-charts/issues/213. Can the same .Values.hostNetwork be added to the vector-agent.
hostNetwork: true
.Values.hostNetwork
Missed it was part of the vector.pod definition
I don't see a way to add
hostNetwork: true
to the vector-agent daemonset https://github.com/vectordotdev/helm-charts/blob/develop/charts/vector-agent/templates/daemonset.yaml. Looks like it was added to vector pod previously in https://github.com/vectordotdev/helm-charts/issues/213. Can the same.Values.hostNetwork
be added to the vector-agent.