Skip to content

Commit

Permalink
fix issue when set extra containers
Browse files Browse the repository at this point in the history
Signed-off-by: Allan Hung <[email protected]>
  • Loading branch information
allanhung committed Oct 2, 2023
1 parent 3205e45 commit 615516b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0
version: 8.4.1
appVersion: v0.24.0
home: https://github.com/prometheus/blackbox_exporter
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-blackbox-exporter/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ securityContext:
{{- end }}
{{- with .Values.extraInitContainers }}
initContainers:
{{- toYaml . | indent 2 }}
{{ toYaml . | indent 2 }}
{{- end }}
containers:
{{- with .Values.extraContainers }}
{{ with .Values.extraContainers }}
{{- toYaml . }}
{{- end }}
- name: blackbox-exporter
Expand Down

0 comments on commit 615516b

Please sign in to comment.