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 (#1339)
This commit is contained in:
parent
43795dec54
commit
8bead79bf1
4 changed files with 5 additions and 5 deletions
helm
|
@ -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/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue