File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/prometheus-rabbitmq-exporter Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Rabbitmq metrics exporter for prometheus
33name : prometheus-rabbitmq-exporter
4- version : 2.1.0
4+ version : 2.1.1
55appVersion : 1.0.0
66home : https://github.com/kbudde/rabbitmq_exporter
77sources :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 release : {{ .Release.Name }}
99 heritage : {{ .Release.Service }}
1010 {{- with .Values.additionalLabels }}
11- {{- toYaml . | indent 4 }}
11+ {{- toYaml . | nindent 4 }}
1212 {{- end }}
1313data :
1414 RABBIT_URL : {{ .Values.rabbitmq.url | quote }}
2727 MAX_QUEUES : {{ .Values.rabbitmq.max_queues | quote }}
2828 EXCLUDE_METRICS : {{ .Values.rabbitmq.excludeMetrics | quote }}
2929 RABBIT_CONNECTION : {{ .Values.rabbitmq.connection | quote }}
30-
30+
You can’t perform that action at this time.
0 commit comments