fix fullwidth

the `!` in `!=` should use halfwidth form instead of fullwidth,  otherwise it will cause trouble in K8s.

Signed-off-by: Hollow Man <hollowman@hollowman.ml>
This commit is contained in:
Hollow Man
2021-02-04 13:15:12 +08:00
committed by GitHub
parent 37bc491a2a
commit 57e1fcd7b8
@@ -162,7 +162,7 @@ Three kinds of operators are admitted `=`,`==`,`!=`. The first two represent _eq
_基于等值__基于不等值_ 的需求允许按标签键和值进行过滤。
匹配对象必须满足所有指定的标签约束,尽管它们也可能具有其他标签。
可接受的运算符有`=``==``=` 三种。
可接受的运算符有`=``==``!=` 三种。
前两个表示 _相等_(并且只是同义词),而后者表示 _不相等_。例如:
```