mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
committed by
Giancarlo Rubio
parent
559710ec90
commit
48890db283
@@ -9,4 +9,4 @@ maintainers:
|
||||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.53
|
||||
version: 0.0.55
|
||||
|
||||
@@ -9,4 +9,4 @@ maintainers:
|
||||
name: prometheus-operator
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -45,3 +45,7 @@ spec:
|
||||
nodeSelector:
|
||||
{{ toYaml .Values.nodeSelector | indent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.tolerations }}
|
||||
tolerations:
|
||||
{{ toYaml .Values.tolerations | indent 8 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user