Skip to content

Commit

Permalink
add missing host network and host pod
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Monkevicius <[email protected]>
  • Loading branch information
lukas-unity authored Jun 4, 2024
1 parent d6a13f3 commit c7ecf3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/prometheus-statsd-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ spec:
path: statsd-mapping.conf
{{- end }}
{{- with .Values.nodeSelector }}
hostNetwork: {{ .Values.hostNetwork }}
hostPID: {{ .Values.hostPID }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit c7ecf3a

Please sign in to comment.