e2e: topology manager: properly quote labels
Signed-off-by: Francesco Romani <fromani@redhat.com>
This commit is contained in:
parent
51417dc98d
commit
f03752f021
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue