Skip to content

Commit 92c31d9

Browse files
authored
Merge pull request #40702 from Arhell/id-fix
[id] Fix mismatch in Labels and Selectors concept page
2 parents 8d90f7d + 6e98580 commit 92c31d9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Seperti yang telah disebutkan sebelumnya, kondisi _set-based_ lebih ekspresif.
172172
kubectl get pods -l 'environment in (production, qa)'
173173
```
174174

175-
atau membatasi pencocokan negatif dengan operator _exists_:
175+
atau membatasi pencocokan negatif dengan operator _notin_:
176176

177177
```shell
178178
kubectl get pods -l 'environment,environment notin (frontend)'

0 commit comments

Comments
 (0)