Skip to content

Commit

Permalink
Merge pull request #17 from rmb938/morefixes
Browse files Browse the repository at this point in the history
forgot prometheus label
  • Loading branch information
rmb938 authored Nov 9, 2020
2 parents 35aa63c + 642211a commit 8267623
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
namespace: {{ .Release.Namespace | quote }}
labels:
{{- include "hostport-allocator.labels" . | nindent 4 }}
prometheus: {{ .Values.prometheus.servicemonitor.prometheusInstance }}
{{- if .Values.prometheus.servicemonitor.labels }}
{{ toYaml .Values.prometheus.servicemonitor.labels | indent 4}}
{{- end }}
Expand Down

0 comments on commit 8267623

Please sign in to comment.