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
|
apiVersion: metallb.io/v1beta1
|
||||||
kind: IPAddressPool
|
kind: IPAddressPool
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .addressPool.name }}
|
name: {{ .name }}
|
||||||
spec:
|
spec:
|
||||||
addresses:
|
addresses:
|
||||||
{{- range .addressPool.addresses }}
|
{{- range .addresses }}
|
||||||
- {{ . }}
|
- {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
autoAssign: {{ .addressPool.autoAssign | default true }}
|
autoAssign: {{ .autoAssign | default true }}
|
||||||
avoidBuggyIPs: {{ .addressPool.avoidBuggyIPs | default false }}
|
avoidBuggyIPs: {{ .avoidBuggyIPs | default false }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user