Improve keycloak operator CLI instructions (#1159)

kubectl apply namespace should be replaced by kubectl/oc create namespace
Add missing namespace reference
This commit is contained in:
Sylvain Chen 2021-11-10 13:01:01 +01:00 committed by GitHub
parent 2ebd89bf02
commit 206fea3c19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ $ {create_cmd} -f deploy/crds/
+ +
[source,bash,subs=+attributes] [source,bash,subs=+attributes]
---- ----
$ {create_cmd} namespace myproject $ {create_cmd_brief} create namespace myproject
---- ----
. Deploy a role, role binding, and service account for the Operator: . Deploy a role, role binding, and service account for the Operator:
@ -137,7 +137,7 @@ $ {create_cmd} -f deploy/operator.yaml -n myproject
+ +
[source,bash,subs=+attributes] [source,bash,subs=+attributes]
---- ----
$ {create_cmd_brief} get deployment keycloak-operator $ {create_cmd_brief} get deployment keycloak-operator -n myproject
NAME READY UP-TO-DATE AVAILABLE AGE NAME READY UP-TO-DATE AVAILABLE AGE
keycloak-operator 1/1 1 1 41s keycloak-operator 1/1 1 1 41s
---- ----