Update jsonpath.md

This commit is contained in:
Daniel Mendes
2020-08-14 11:40:11 +02:00
committed by GitHub
parent 2a33dfdcd6
commit 869817b56c
@@ -108,14 +108,4 @@ kubectl get secrets -o jsonpath='{.items[?(@.metadata.name=~/^test$/)].metadata.
```
{{< /note >}}
{{< note >}}
JSONPath RegEx are currently not supported. You must use jq or similar.
Example currently not supported
```shell
kubectl get secrets -o jsonpath='{.items[?(@.metadata.name=~/^test$/)].metadata.name}'
```
{{< /note >}}