[stable/prometheus-consul-exporter] Fix service selector (#9958)

* [stable/prometheus-consul-exporter] Fix selector

Signed-off-by: Lachlan Cooper <lachlancooper@gmail.com>

* Bump chart version

Signed-off-by: Lachlan Cooper <lachlancooper@gmail.com>
This commit is contained in:
Lachlan Cooper
2018-12-17 12:08:43 -08:00
committed by Kubernetes Prow Robot
parent 611f050e87
commit f4d4c41102
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.4.0"
description: A Helm chart for the Prometheus Consul Exporter
name: prometheus-consul-exporter
version: 0.1.1
version: 0.1.2
keywords:
- metrics
- consul
@@ -18,3 +18,4 @@ spec:
name: http
selector:
app: {{ template "prometheus-consul-exporter.name" . }}
release: {{ .Release.Name }}