scale-catalog/premium/metallb-config/6.8.16/templates/_community.tpl

17 lines
329 B
Smarty
Raw Permalink Normal View History

2024-07-13 07:59:30 +00:00
{{- define "metallb.comm" -}}
{{- if .Values.Communities }}
---
apiVersion: metallb.io/v1beta1
kind: Community
metadata:
name: communities
namespace: {{ $.Values.operatorNamespace }}
spec:
communities:
{{- range .Values.Communities }}
- name: {{ .name }}
value: {{ .value }}
{{- end }}
{{- end }}
{{- end -}}