mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 14:57:36 +08:00
[bitnami/metallb] Hotfix double tolerations in speaker daemonset. (#7044)
* Hotfix double tolerations in daemonset * Bump version accordingly
This commit is contained in:
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/metallb/metallb
|
||||
- https://github.com/bitnami/bitnami-docker-metallb
|
||||
- https://metallb.universe.tf
|
||||
version: 2.4.5
|
||||
version: 2.5.0
|
||||
|
||||
@@ -29,9 +29,6 @@ spec:
|
||||
{{- if .Values.hostAliases }}
|
||||
hostAliases: {{- include "common.tplvalues.render" (dict "value" .Values.hostAliases "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
effect: NoSchedule
|
||||
serviceAccountName: {{ include "metallb.speakerServiceAccountName" . }}
|
||||
terminationGracePeriodSeconds: {{ .Values.speaker.daemonset.terminationGracePeriodSeconds }}
|
||||
hostNetwork: true
|
||||
|
||||
Reference in New Issue
Block a user