Remove BPA from Makefile
[icn.git] / cmd / bpa-operator / deploy / netattachdef-flannel-vm.yaml
1 apiVersion: "k8s.cni.cncf.io/v1"
2 kind: NetworkAttachmentDefinition
3 metadata:
4   name: flannel-vm
5 spec:
6   config: '{
7             "cniVersion": "0.3.1",
8             "name" : "cni0",
9             "plugins": [ {
10               "type": "flannel",
11               "cniVersion": "0.3.1",
12               "masterplugin": true,
13               "delegate": {
14                   "isDefaultGateway": true
15               }
16             },
17             {
18               "type": "tuning"
19             }]
20           }'