Files
chart/library/ix-dev/charts/ix-chart/templates/external-interfaces.yaml
Stavros Kois 768be33a96 move ix-chart to ix-dev (#1054)
* switch to the newly released official repo

* remove --helm3 flag as it does not exist anymore

* move ix-chart

* create values.yaml and remove old test hook

* update version scheme
2023-04-11 18:36:44 +03:00

10 lines
241 B
YAML

{{- range $index, $iface := .Values.ixExternalInterfacesConfiguration }}
---
apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
metadata:
name: ix-{{ $.Release.Name }}-{{ $index }}
spec:
config: '{{ $iface }}'
{{- end }}