mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
helm/prometheus: prometheus template (#1096)
* helm/prometheus: prometheus template allow Rules Selector to use other Selectors besides matchLabels
This commit is contained in:
parent
b101872753
commit
52a12233e4
4 changed files with 4 additions and 5 deletions
helm
|
@ -9,4 +9,4 @@ maintainers:
|
|||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.31
|
||||
version: 0.0.32
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@ maintainers:
|
|||
name: prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.21
|
||||
version: 0.0.22
|
||||
|
|
|
@ -74,8 +74,7 @@ spec:
|
|||
{{- end }}
|
||||
{{- if .Values.rulesSelector }}
|
||||
ruleSelector:
|
||||
matchLabels:
|
||||
{{ toYaml .Values.rulesSelector | indent 6 }}
|
||||
{{ toYaml .Values.rulesSelector | indent 4 }}
|
||||
{{- else }}
|
||||
ruleSelector:
|
||||
matchLabels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue