Skip to content

Commit

Permalink
Changed syntax error in custom-metrics-apiserver-service and secret (…
Browse files Browse the repository at this point in the history
…label to labels) (helm#7295)

Signed-off-by: Matei David <[email protected]>
  • Loading branch information
mateiidavid authored and wgiddens committed Jan 18, 2019
1 parent 9bafc97 commit 579eea5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/prometheus-adapter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus-adapter
version: v0.1.1
version: v0.1.2
appVersion: v0.2.1
description: A Helm chart for k8s prometheus adapter
home: https://github.com/DirectXMan12/k8s-prometheus-adapter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
annotations:
{{ toYaml .Values.service.annotations | indent 4 }}
label:
labels:
app: {{ template "k8s-prometheus-adapter.name" . }}
chart: {{ template "k8s-prometheus-adapter.chart" . }}
release: {{ .Release.Name }}
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-adapter/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Secret
metadata:
label:
labels:
app: {{ template "k8s-prometheus-adapter.name" . }}
chart: {{ template "k8s-prometheus-adapter.chart" . }}
release: {{ .Release.Name }}
Expand Down

0 comments on commit 579eea5

Please sign in to comment.