Skip to content

Commit

Permalink
DOC-4696 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlynmichael committed Jan 29, 2025
1 parent 8138c88 commit 540dd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/operate/kubernetes/re-databases/replica-redb.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You will need `kubectl`, `curl`, and `jq` installed for this procedure.
```js
JQ='.[] | select(.name=="'
JQ+="${SOURCE_DB}"
JQ+='") | ("redis://admin:" + .authentication_admin_pass + "@"+.endpoints[0].dns_name+":"+(.endpoints[0].port|tostring))'
JQ+='") | ("redis://admin:" + .authentication_admin_pass + "@"+.name+":"+(.endpoints[0].port|tostring))'
URI=`curl -sf -k -u "$CLUSTER_USER:$CLUSTER_PASSWORD" "https://localhost:9443/v1/bdbs?fields=uid,name,endpoints,authentication_admin_pass" | jq "$JQ" | sed 's/"//g'`
```
Expand Down

0 comments on commit 540dd5d

Please sign in to comment.