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

ISSUE-1306: Fix the Toleration field ()

This commit is contained in:
Thu Nguyen 2018-05-17 02:43:47 +07:00 committed by Giancarlo Rubio
parent 43795dec54
commit 8bead79bf1
4 changed files with 5 additions and 5 deletions
helm
exporter-kube-state
kube-prometheus

View file

@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart singleton for kube-state-metrics
name: exporter-kube-state
version: 0.2.2
version: 0.2.3
maintainers:
- name: Giancarlo Rubio
email: gianrubio@gmail.com

View file

@ -71,7 +71,7 @@ spec:
{{- if .Values.global.rbacEnable }}
serviceAccountName: {{ template "exporter-kube-state.fullname" . }}
{{- end }}
{{- if .Values.kube_state_metrics.tolerations }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.kube_state_metrics.tolerations | indent 4 }}
{{ toYaml .Values.tolerations | indent 8 }}
{{- end }}

View file

@ -7,4 +7,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.66
version: 0.0.67

View file

@ -38,7 +38,7 @@ dependencies:
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/
- name: exporter-kube-state
version: 0.2.2
version: 0.2.3
#e2e-repository: file://../exporter-kube-state
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/