Skip to content

Commit

Permalink
Merge branch 'lukas-unity/add-daemonset-to-statsd-exporter' of github…
Browse files Browse the repository at this point in the history
….com:lukas-unity/helm-charts-1 into lukas-unity/add-daemonset-to-statsd-exporter
  • Loading branch information
lukas-unity committed Jun 4, 2024
2 parents d815e68 + c7ecf3a commit 0551e59
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 0551e59

Please sign in to comment.