fix: typo on kubectl command to get credentials (#1108)
This commit is contained in:
parent
65a294e5b0
commit
c58139f56c
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ image:images/login-empty.png[]
|
||||||
+
|
+
|
||||||
[source,bash,subs=+attributes]
|
[source,bash,subs=+attributes]
|
||||||
----
|
----
|
||||||
$ {create_cmd_brief} get secret credentials-<CR-Name> -o go-template='{{range $k,$v := .data}}{{printf "%s: " $k}}{{if not $v}}{{$v}}{{else}}{{$v | base64decode}}{{end}}{{"\n"}}{{end}}'
|
$ {create_cmd_brief} get secret credential-<CR-Name> -o go-template='{{range $k,$v := .data}}{{printf "%s: " $k}}{{if not $v}}{{$v}}{{else}}{{$v | base64decode}}{{end}}{{"\n"}}{{end}}'
|
||||||
----
|
----
|
||||||
|
|
||||||
. Enter the username and password in the admin console login screen.
|
. Enter the username and password in the admin console login screen.
|
||||||
|
|
Loading…
Reference in a new issue