Skip to content

Commit 608c1a0

Browse files
author
Frederic Mercier
committed
keycloak parameter change
1 parent a8aa7cb commit 608c1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authentication/Keycloak/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ If you already have an Openshift cluster, you can skip the section [Before you s
103103
- Continue from the section [Start Keycloak](https://www.keycloak.org/getting-started/getting-started-openshift#_start_keycloak) using the file [keycloak.yaml](keycloak.yaml) instead of the one online as suggested at the first step, ie.:
104104
```shell
105105
oc process -f keycloak.yaml \
106-
-p KC_BOOTSTRAP_ADMIN_USERNAME=admin \
107-
-p KC_BOOTSTRAP_ADMIN_PASSWORD=admin \
106+
-p KEYCLOAK_ADMIN=admin \
107+
-p KEYCLOAK_ADMIN_PASSWORD=admin \
108108
-p NAMESPACE=keycloak \
109109
| oc create -f -
110110
```

0 commit comments

Comments
 (0)