Initial CDS blueprint for vFW CNF demo
[demo.git] / heat / vFW_CNF_CDS / templates / helm / base / templates / network_attachment_definition.yaml
1 apiVersion: k8s.cni.cncf.io/v1
2 kind: NetworkAttachmentDefinition
3 metadata:
4   name: {{ .Values.vnf_name }}-ovn-attachment
5 spec:
6   config: |
7     {
8         "cniVersion": "0.3.1",
9         "name": "ovn4nfv-k8s-plugin",
10         "type": "ovn4nfvk8s-cni"
11     }