diff --git a/server_installation/topics/operator/keycloak-cr.adoc b/server_installation/topics/operator/keycloak-cr.adoc index 53d892dc7b..c8718822a9 100644 --- a/server_installation/topics/operator/keycloak-cr.adoc +++ b/server_installation/topics/operator/keycloak-cr.adoc @@ -169,7 +169,7 @@ image:images/login-empty.png[] + [source,bash,subs=+attributes] ---- -$ {create_cmd_brief} get secret credentials- -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- -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.