Commit b64a2f7
authored
Fix container command quotes in macvtap.yaml.in (#27)
Use double quotes instead of single quotes in:
command: ['cp', '/macvtap-cni', '/host/opt/cni/bin/macvtap']
because we are using single quotes around template variables
and having single quotes in the above command list
blocks us from using simple sed to remove all single quotes
in the entire yaml template.
Signed-off-by: Radim Hrazdil <rhrazdil@redhat.com>1 parent 1c618bd commit b64a2f7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments