e2e: topology manager: properly quote labels

Signed-off-by: Francesco Romani <fromani@redhat.com>
This commit is contained in:
Francesco Romani 2020-03-02 15:28:41 +01:00
parent 51417dc98d
commit f03752f021
1 changed files with 4 additions and 4 deletions

View File

@ -282,10 +282,10 @@ You can override the autodetection adding annotations to the the config map like
```yaml
metadata:
annotations:
pcidevice_node0: 1
pcidevice_node1: 0
pcidevice_node2: 0
pcidevice_node3: 0
pcidevice_node0: "1"
pcidevice_node1: "0"
pcidevice_node2: "0"
pcidevice_node3: "0"
```
Please note that if you add the annotations, then you must provide the full information: