mirror of
https://github.com/truenas/charts.git
synced 2026-05-12 19:46:48 +08:00
* 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
10 lines
241 B
YAML
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 }}
|