summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorFrancesco Romani <fromani@redhat.com>2020-03-02 15:28:41 +0100
committerFrancesco Romani <fromani@redhat.com>2020-03-02 15:28:41 +0100
commitf03752f021b98eca6c91eaff923a37b76b7cc01a (patch)
tree552ada0eb2c0561fed28fbaab2d6b54e0b37de52 /contributors
parent51417dc98dc8617ac8307f6470195710cb52120b (diff)
e2e: topology manager: properly quote labels
Signed-off-by: Francesco Romani <fromani@redhat.com>
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/sig-node/e2e-node-tests.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/contributors/devel/sig-node/e2e-node-tests.md b/contributors/devel/sig-node/e2e-node-tests.md
index a342cafc..786076dd 100644
--- a/contributors/devel/sig-node/e2e-node-tests.md
+++ b/contributors/devel/sig-node/e2e-node-tests.md
@@ -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: