diff --git a/charts/prometheus-statsd-exporter/templates/deployment.yaml b/charts/prometheus-statsd-exporter/templates/deployment.yaml index 8ad9aea844e6..2207119b885a 100644 --- a/charts/prometheus-statsd-exporter/templates/deployment.yaml +++ b/charts/prometheus-statsd-exporter/templates/deployment.yaml @@ -108,6 +108,8 @@ spec: path: statsd-mapping.conf {{- end }} {{- with .Values.nodeSelector }} + hostNetwork: {{ .Values.hostNetwork }} + hostPID: {{ .Values.hostPID }} nodeSelector: {{- toYaml . | nindent 8 }} {{- end }}