1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

ISSUE-1306: Fix the Toleration field (#1339)

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

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/