mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user