18 lines
367 B
YAML
18 lines
367 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.common.loader.init" . }}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.common.loader.apply" . }}
|
|
|
|
{{- include "metallb.l2adv" . }}
|
|
|
|
{{- include "metallb.peers" . }}
|
|
|
|
{{- include "metallb.bgpadv" . }}
|
|
|
|
{{- include "metallb.comm" . }}
|
|
|
|
{{- include "metallb.pool" . }}
|
|
|
|
{{- include "metallb.wait" . }}
|