Skip to content

Commit

Permalink
Ensure configReloader does not get same resources as the exporter
Browse files Browse the repository at this point in the history
Signed-off-by: Baargav <[email protected]>
  • Loading branch information
foobaar authored Apr 5, 2024
1 parent fd6b007 commit 666179e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-blackbox-exporter/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ containers:
- --listen-address=:{{ .Values.configReloader.containerPort }}
- --log-format={{ .Values.configReloader.config.logFormat }}
- --log-level={{ .Values.configReloader.config.logLevel }}
{{- with .Values.resources }}
{{- with .Values.configReloader.resources }}
resources:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 666179e

Please sign in to comment.