Skip to content

Commit

Permalink
[blackbox] Allow helm values in extraArgs (#3937)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
Signed-off-by: André Bauer <[email protected]>
Co-authored-by: André Bauer <[email protected]>
  • Loading branch information
jkroepke and monotek authored Nov 16, 2023
1 parent 5a23eb8 commit fa6f60d
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 fa6f60d

Please sign in to comment.