Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlynmichael committed Jan 29, 2025
1 parent 8138c88 commit a19c273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/operate/kubernetes/upgrade/openshift-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ If the operator logs show an event related to an incompatible database version,
curl -sfk -u <rec_username>:<rec_password> -X POST -H "Content-Type: application/json" -d '{"redis_version": <target redis version>}' https://localhost:9443/v1/bdbs/<BDB UID>/upgrade
```

After updating the modules with the Redis Software API, update the REDB custom resource to reflect the change.
After updating the database with the Redis Software API, update the REDB custom resource to reflect the change.


2 changes: 1 addition & 1 deletion content/operate/kubernetes/upgrade/upgrade-olm.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ If the operator logs show an event related to an incompatible database version,
curl -sfk -u <rec_username>:<rec_password> -X POST -H "Content-Type: application/json" -d '{"redis_version": <target redis version>}' https://localhost:9443/v1/bdbs/<BDB UID>/upgrade
```

After updating the modules with the Redis Software API, update the REDB custom resource to reflect the change.
After updating the database with the Redis Software API, update the REDB custom resource to reflect the change.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ If the operator logs show an event related to an unsupported module, download th
curl -sfk -u <rec_username>:<rec_password> -X POST -F 'module=@<full path to your module>' https://localhost:9443/v2/modules
```

After updating the modules with the Redis Software API, update the REDB custom resource to reflect the change.
After updating the database with the Redis Software API, update the REDB custom resource to reflect the change.

### Invalid database version

Expand Down

0 comments on commit a19c273

Please sign in to comment.