Skip to content

Commit a3a1b57

Browse files
typo (#1109)
1 parent efff143 commit a3a1b57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/operate/kubernetes/upgrade/openshift-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,6 @@ If the operator logs show an event related to an incompatible database version,
230230
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
231231
```
232232

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

235235

content/operate/kubernetes/upgrade/upgrade-olm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ If the operator logs show an event related to an incompatible database version,
114114
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
115115
```
116116

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

content/operate/kubernetes/upgrade/upgrade-redis-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ If the operator logs show an event related to an unsupported module, download th
208208
curl -sfk -u <rec_username>:<rec_password> -X POST -F 'module=@<full path to your module>' https://localhost:9443/v2/modules
209209
```
210210

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

213213
### Invalid database version
214214

0 commit comments

Comments
 (0)