Translate a word, "and"

There is a word, "and" among operators. It confuses that "and" is in operators. So I translate it in Korean.
This commit is contained in:
paikwiki
2020-10-28 18:00:33 +09:00
committed by GitHub
parent 2ba7b9ade5
commit b1be5bde9e
@@ -129,7 +129,7 @@ spec:
### _집합성 기준_ 요건
_집합성 기준_ 레이블 요건에 따라 값 집합을 키로 필터링할 수 있다. `in`,`notin` and `exists`(키 식별자만 해당)의 3개의 연산자를 지원한다. 예를 들면,
_집합성 기준_ 레이블 요건에 따라 값 집합을 키로 필터링할 수 있다. `in`,`notin` `exists`(키 식별자만 해당)의 3개의 연산자를 지원한다. 예를 들면,
```
environment in (production, qa)