Skip to content

Commit b1be5bd

Browse files
authored
Translate a word, "and"
There is a word, "and" among operators. It confuses that "and" is in operators. So I translate it in Korean.
1 parent 2ba7b9a commit b1be5bd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
130130
### _집합성 기준_ 요건
131131
132-
_집합성 기준_ 레이블 요건에 따라 값 집합을 키로 필터링할 수 있다. `in`,`notin` and `exists`(키 식별자만 해당)의 3개의 연산자를 지원한다. 예를 들면,
132+
_집합성 기준_ 레이블 요건에 따라 값 집합을 키로 필터링할 수 있다. `in`,`notin` `exists`(키 식별자만 해당)의 3개의 연산자를 지원한다. 예를 들면,
133133

134134
```
135135
environment in (production, qa)

0 commit comments

Comments
 (0)