1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

Merge branch 'master' into patch-1

This commit is contained in:
Giancarlo Rubio 2018-06-01 16:41:58 +02:00 committed by GitHub
commit 02165c1b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions
helm
kube-prometheus
prometheus

View file

@ -8,3 +8,4 @@ name: kube-prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.78

View file

@ -7,4 +7,4 @@ maintainers:
name: prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.42
version: 0.0.42

View file

@ -68,6 +68,10 @@ spec:
matchLabels:
prometheus: {{ .Values.prometheusLabelValue }}
{{- end }}
{{- if .Values.serviceMonitorNamespaceSelector }}
serviceMonitorNamespaceSelector:
{{ toYaml .Values.serviceMonitorNamespaceSelector | indent 4 }}
{{- end }}
{{- if .Values.remoteRead }}
remoteRead:
{{ toYaml .Values.remoteRead | indent 4 }}

View file

@ -339,3 +339,4 @@ additionalScrapeConfigs: []
# - targets:
# - "localhost:9090"
serviceMonitorNamespaceSelector: {}