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:
committed by
Giancarlo Rubio
parent
43795dec54
commit
8bead79bf1
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -7,4 +7,4 @@ maintainers:
|
||||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.66
|
||||
version: 0.0.67
|
||||
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user