mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 11:48:53 +00:00
prometheus chart: fix identation on serviceMonitorSelector (#1360)
* prometheus chart: fix identation on serviceMonitorSelector * bump kube-prometheus chart version
This commit is contained in:
parent
4263ea055a
commit
156d151ddd
4 changed files with 5 additions and 5 deletions
helm
|
@ -7,4 +7,4 @@ maintainers:
|
|||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.68
|
||||
version: 0.0.69
|
||||
|
|
|
@ -6,7 +6,7 @@ dependencies:
|
|||
condition: deployAlertManager
|
||||
|
||||
- name: prometheus
|
||||
version: 0.0.38
|
||||
version: 0.0.39
|
||||
#e2e-repository: file://../prometheus
|
||||
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@ maintainers:
|
|||
name: prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.38
|
||||
version: 0.0.39
|
||||
|
|
|
@ -64,8 +64,8 @@ spec:
|
|||
serviceMonitorSelector:
|
||||
{{ toYaml .Values.serviceMonitorsSelector | indent 4 }}
|
||||
{{- else if .Values.prometheusLabelValue }}
|
||||
serviceMonitorSelector:
|
||||
matchLabels:
|
||||
serviceMonitorSelector:
|
||||
matchLabels:
|
||||
prometheus: {{ .Values.prometheusLabelValue }}
|
||||
{{- end }}
|
||||
{{- if .Values.remoteRead }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue