Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fireflycons committed Jun 22, 2024
1 parent 712b073 commit 891348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jsonpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ This says get me `image` from `spec.containers` where `.name` equals `sidecar`.
* `.name` gets the current container's name for the comparison. If it equals the given value, the list iteration stops and that entry is selected.
* Finally, to the right of the square brackets we state which property of the selected list entry we want to print, i.e. the selected container's image.
### More exmaples
### More examples
* List the `InternalIP` of all nodes of the cluster. All IPs should be on a single line and separated by a space.
Expand Down

0 comments on commit 891348c

Please sign in to comment.