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:
commit
02165c1b48
4 changed files with 7 additions and 1 deletions
helm
|
@ -8,3 +8,4 @@ name: kube-prometheus
|
|||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.78
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@ maintainers:
|
|||
name: prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.42
|
||||
version: 0.0.42
|
|
@ -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 }}
|
||||
|
|
|
@ -339,3 +339,4 @@ additionalScrapeConfigs: []
|
|||
# - targets:
|
||||
# - "localhost:9090"
|
||||
|
||||
serviceMonitorNamespaceSelector: {}
|
Loading…
Add table
Add a link
Reference in a new issue