Skip to content

Commit 57e1fcd

Browse files
authored
fix fullwidth
the `!` in `!=` should use halfwidth form instead of fullwidth, otherwise it will cause trouble in K8s. Signed-off-by: Hollow Man <[email protected]>
1 parent 37bc491 commit 57e1fcd

File tree

1 file changed

+1
-1
lines changed
  • content/zh/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/overview/working-with-objects/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Three kinds of operators are admitted `=`,`==`,`!=`. The first two represent _eq
162162

163163
_基于等值__基于不等值_ 的需求允许按标签键和值进行过滤。
164164
匹配对象必须满足所有指定的标签约束,尽管它们也可能具有其他标签。
165-
可接受的运算符有`=``==``=` 三种。
165+
可接受的运算符有`=``==``!=` 三种。
166166
前两个表示 _相等_(并且只是同义词),而后者表示 _不相等_。例如:
167167

168168
```

0 commit comments

Comments
 (0)