1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

added tolerations field (#1237)

* added tolerations field
This commit is contained in:
Ahmed Kamel
2018-04-25 14:15:02 -07:00
committed by Giancarlo Rubio
parent 559710ec90
commit 48890db283
3 changed files with 6 additions and 2 deletions

View File

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

View File

@@ -9,4 +9,4 @@ maintainers:
name: prometheus-operator
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.17
version: 0.0.19

View File

@@ -45,3 +45,7 @@ spec:
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 8 }}
{{- end }}