mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/metallb] Fix speaker daemonSet nodeSelector path (#3223)
This commit is contained in:
committed by
GitHub
parent
f8d79eacbe
commit
b077656260
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: metallb
|
||||
description: The Metal LB for Kubernetes
|
||||
version: 0.1.17
|
||||
version: 0.1.18
|
||||
appVersion: 0.9.3
|
||||
keywords:
|
||||
- "load-balancer"
|
||||
|
||||
@@ -100,7 +100,7 @@ spec:
|
||||
add: {{- toYaml .Values.speaker.securityContext.capabilities.add | nindent 12 }}
|
||||
{{- end }}
|
||||
nodeSelector:
|
||||
{{- if .Values.controller.nodeSelector }} {{- include "metallb.tplValue" (dict "value" .Values.controller.nodeSelector "context" $) | nindent 8 }}
|
||||
{{- if .Values.speaker.nodeSelector }} {{- include "metallb.tplValue" (dict "value" .Values.speaker.nodeSelector "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
"kubernetes.io/os": linux
|
||||
{{- if .Values.speaker.affinity }}
|
||||
|
||||
Reference in New Issue
Block a user