Skip to content

Commit 3228a8c

Browse files
authored
Merge pull request #39205 from hmspisharody/patch-1
Fix mismatch in Labels and Selectors concept page
2 parents ee6434e + ca3eefb commit 3228a8c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ For instance, they can implement the _OR_ operator on values:
227227
kubectl get pods -l 'environment in (production, qa)'
228228
```
229229

230-
or restricting negative matching via _exists_ operator:
230+
or restricting negative matching via _notin_ operator:
231231

232232
```shell
233233
kubectl get pods -l 'environment,environment notin (frontend)'

0 commit comments

Comments
 (0)