Skip to content

Commit

Permalink
[stable/prometheus-consul-exporter] Fix service selector (helm#9958)
Browse files Browse the repository at this point in the history
* [stable/prometheus-consul-exporter] Fix selector

Signed-off-by: Lachlan Cooper <[email protected]>

* Bump chart version

Signed-off-by: Lachlan Cooper <[email protected]>
  • Loading branch information
lachlancooper authored and k8s-ci-robot committed Dec 17, 2018
1 parent 611f050 commit f4d4c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/prometheus-consul-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions stable/prometheus-consul-exporter/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ spec:
name: http
selector:
app: {{ template "prometheus-consul-exporter.name" . }}
release: {{ .Release.Name }}

0 comments on commit f4d4c41

Please sign in to comment.