File tree 3 files changed +7
-2
lines changed
charts/prometheus-pingdom-exporter
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : prometheus-pingdom-exporter
3
- version : 3.3 .0
4
- appVersion : v0.4 .0
3
+ version : 3.4 .0
4
+ appVersion : v0.5 .0
5
5
home : https://github.com/kokuwaio/pingdom-exporter
6
6
description : A Helm chart for Prometheus Pingdom Exporter
7
7
keywords :
Original file line number Diff line number Diff line change 43
43
- " -tag-format"
44
44
- {{ .tagFormat | quote }}
45
45
{{- end }}
46
+ {{- if gt (len .tagExtraLabels ) 0 }}
47
+ - " -tag-extra-labels"
48
+ - {{ join "," .tagExtraLabels | quote }}
49
+ {{- end }}
46
50
{{- end }}
47
51
{{- end }}
48
52
{{- end }}
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ config:
51
51
tags : []
52
52
parserTags : false
53
53
tagFormat :
54
+ tagExtraLabels : []
54
55
55
56
pod :
56
57
annotations : {}
You can’t perform that action at this time.
0 commit comments