1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

deployment: fix mistake in example worker config

This commit is contained in:
Markus Lehtonen 2021-11-23 10:00:34 +02:00
parent 99d3251c42
commit 0a96359f29
2 changed files with 4 additions and 2 deletions

View file

@ -150,7 +150,8 @@
# major: {op: In, value: ["5"]}
# minor: {op: Gt, value: ["10"]}
#
# - storage.block:
# - feature: storage.block
# matchExpressions:
# rotational: {op: In, value: ["0"]}
# dax: {op: In, value: ["0"]}
#

View file

@ -239,7 +239,8 @@ worker:
# major: {op: In, value: ["5"]}
# minor: {op: Gt, value: ["10"]}
#
# - storage.block:
# - feature: storage.block
# matchExpressions:
# rotational: {op: In, value: ["0"]}
# dax: {op: In, value: ["0"]}
#