Skip to content

Commit 206c527

Browse files
committed
added commands to cheatsheet.md
1 parent 7f5b8ba commit 206c527

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/kubectl/quick-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ kubectl config view --raw
7878
kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}'
7979

8080
# get the certificate for the e2e user
81+
<<<<<<< HEAD
8182
kubectl config view --raw -ojsonpath='{.users[?(.name == 'e2e')].user.client-certificate-data}' | base64 -d
83+
=======
84+
kubectl config view --raw -o jsonpath="{.users[?(.name == 'e2e')].user.client-certificate-data}" | base64 -d
85+
>>>>>>> 908a1cca4c (added commands to cheatsheet.md)
8286

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

0 commit comments

Comments
 (0)