Skip to content

Commit 6e98580

Browse files
committed
[id] Fix mismatch in Labels and Selectors concept page
1 parent eba13fe commit 6e98580

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)