[bitnami/metallb] fix: take speaker tolertation value into account (#4842)

* [bitnami/metallb] fix: take speaker tolertation value into account

* [bitnami/metallb] bump version

* [bitnami/metallb] fix speaker toleration block
This commit is contained in:
Robin Van Cauter
2020-12-29 09:34:52 +01:00
committed by GitHub
parent 62070d51bc
commit 4185af99aa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
name: metallb
description: The Metal LB for Kubernetes
version: 2.0.1
version: 2.0.2
appVersion: 0.9.5
home: https://github.com/bitnami/charts/tree/master/bitnami/metallb
icon: https://bitnami.com/assets/stacks/metallb-speaker/img/metallb-speaker-stack-220x234.png

View File

@@ -116,5 +116,5 @@ spec:
affinity: {{- include "metallb.tplValue" (dict "value" .Values.speaker.affinity "context" $) | nindent 8 }}
{{- end }}
{{- if .Values.speaker.tolerations}}
tolerations: {{- include "metallb.tplValue" (dict "value" .Values.speaker.tolerations "context" $) | nindent 8 }}
tolerations: {{- include "common.tplvalues.render" (dict "value" .Values.speaker.tolerations "context" $) | nindent 8 }}
{{- end }}