Skip to content

Commit

Permalink
[es] Fix mismatch in Labels and Selectors concept page
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Apr 12, 2023
1 parent 1bb518d commit 555d454
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -151,7 +151,7 @@ Como ya se ha comentado, los requisitos _basados en conjunto_ son más expresivo
kubectl get pods -l 'environment in (production, qa)'
```

o restringir la coincidencia negativa mediante el operador _exists_:
o restringir la coincidencia negativa mediante el operador _notin_:

```shell
kubectl get pods -l 'environment,environment notin (frontend)'
Expand Down

0 comments on commit 555d454

Please sign in to comment.