Skip to content

Commit 555d454

Browse files
committed
[es] Fix mismatch in Labels and Selectors concept page
1 parent 1bb518d commit 555d454

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Como ya se ha comentado, los requisitos _basados en conjunto_ son más expresivo
151151
kubectl get pods -l 'environment in (production, qa)'
152152
```
153153

154-
o restringir la coincidencia negativa mediante el operador _exists_:
154+
o restringir la coincidencia negativa mediante el operador _notin_:
155155

156156
```shell
157157
kubectl get pods -l 'environment,environment notin (frontend)'

0 commit comments

Comments
 (0)