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

helm/prometheus: prometheus template ()

* helm/prometheus: prometheus template

allow Rules Selector to use other Selectors besides matchLabels
This commit is contained in:
lebenitza 2018-03-17 11:36:51 +02:00 committed by Giancarlo Rubio
parent b101872753
commit 52a12233e4
4 changed files with 4 additions and 5 deletions
helm

View file

@ -9,4 +9,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.31
version: 0.0.32

View file

@ -6,7 +6,7 @@ dependencies:
condition: deployAlertManager
- name: prometheus
version: 0.0.21
version: 0.0.22
#e2e-repository: file://../prometheus
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/

View file

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

View file

@ -74,8 +74,7 @@ spec:
{{- end }}
{{- if .Values.rulesSelector }}
ruleSelector:
matchLabels:
{{ toYaml .Values.rulesSelector | indent 6 }}
{{ toYaml .Values.rulesSelector | indent 4 }}
{{- else }}
ruleSelector:
matchLabels: