Skip to content

Commit

Permalink
[blackbox] Allow helm values in extraArgs (prometheus-community#3937)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
  • Loading branch information
2 people authored and Matiasmct committed Mar 20, 2024
1 parent 5cbb080 commit d1bfbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-blackbox-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Prometheus Blackbox Exporter
name: prometheus-blackbox-exporter
version: 8.4.1
version: 8.5.0
appVersion: v0.24.0
home: https://github.com/prometheus/blackbox_exporter
sources:
Expand Down
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 @@ -179,7 +179,7 @@ containers:
- "--config.file=/etc/blackbox_exporter/config.yml"
{{- end }}
{{- with .Values.extraArgs }}
{{ toYaml . | indent 2 }}
{{ tpl (toYaml .) $ | indent 2 }}
{{- end }}
{{- with .Values.resources }}
resources:
Expand Down

0 comments on commit d1bfbba

Please sign in to comment.