Update ipaddresspool.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: {{ .addressPool.name }}
|
||||
name: {{ .name }}
|
||||
spec:
|
||||
addresses:
|
||||
{{- range .addressPool.addresses }}
|
||||
{{- range .addresses }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
autoAssign: {{ .addressPool.autoAssign | default true }}
|
||||
avoidBuggyIPs: {{ .addressPool.avoidBuggyIPs | default false }}
|
||||
autoAssign: {{ .autoAssign | default true }}
|
||||
avoidBuggyIPs: {{ .avoidBuggyIPs | default false }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user