File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
content/en/docs/reference/kubectl Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,7 @@ kubectl config view --raw
78
78
kubectl config view -o jsonpath=' {.users[?(@.name == "e2e")].user.password}'
79
79
80
80
# get the certificate for the e2e user
81
- <<< <<< < HEAD
82
- 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)
81
+ kubectl config view --raw -o jsonpath=' {.users[?(.name == ' e2e' )].user.client-certificate-data}' | base64 -d
86
82
87
83
kubectl config view -o jsonpath=' {.users[].name}' # display the first user
88
84
kubectl config view -o jsonpath=' {.users[*].name}' # get a list of users
You can’t perform that action at this time.
0 commit comments