Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Martin Gil <[email protected]>
  • Loading branch information
rmarting committed Jun 21, 2024
1 parent 4544e68 commit b6f4c8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions operator/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Deploying Keycloak Operator
You can install the Operator on Kubernetes by using `kubectl` commands:

```shell
kubectl apply -f https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources/22.0.3/kubernetes/keycloaks.k8s.keycloak.org-v1.yml
kubectl apply -f https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources/22.0.3/kubernetes/keycloakrealmimports.k8s.keycloak.org-v1.yml
kubectl apply -f https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources/22.0.3/kubernetes/kubernetes.yml
kubectl apply -f https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources/25.0.1/kubernetes/keycloaks.k8s.keycloak.org-v1.yml
kubectl apply -f https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources/25.0.1/kubernetes/keycloakrealmimports.k8s.keycloak.org-v1.yml
kubectl apply -f https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources/25.0.1/kubernetes/kubernetes.yml
```

Deploying PostgreSQL Database
Expand Down
2 changes: 1 addition & 1 deletion operator/openshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ kubectl apply -f example-kc.yaml
Importing a new Realm
-------------------

Creating a new Realm, and its configuration, uses the `KeycloalRealmImport` CRD. The [my-realm-kc.yaml](my-realm-kc.yaml) file
Creating a new Realm, and its configuration, uses the `KeycloakRealmImport` CRD. The [my-realm-kc.yaml](my-realm-kc.yaml) file
describes a sample realm. Applying it on Kubernetes with the next command:

```shell
Expand Down

0 comments on commit b6f4c8a

Please sign in to comment.