Skip to content

Commit

Permalink
chore: remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
petermikitsh authored Oct 10, 2019
1 parent 11e8d6a commit 0d23359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/en/docs/reference/kubectl/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ kubectl config view
# get the password for the e2e user
kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}'


kubectl config view -o jsonpath='{.users[].name}' # display the first user
kubectl config view -o jsonpath='{.users[*].name}' # get a list of users
kubectl config get-contexts # display list of contexts
Expand Down

0 comments on commit 0d23359

Please sign in to comment.