Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit c1e8c15

Browse files
author
odacremolbap
committed
update internal docs
1 parent eadb6f6 commit c1e8c15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/redis-broker.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ metadata:
1414
spec:
1515
redis:
1616
connection: <Provides a connection to an external Redis instance. Optional>
17-
url: <redis URL. Required>
17+
url: <redis URL. Required if clusterURLs not informed>
18+
clusterURLs:
19+
- <an entry for each redis URL in the cluster. Required if url not informed>
1820
username: <redis username, referenced using a Kubernetes secret>
1921
secretKeyRef:
2022
name: <Kubernetes secret name>

0 commit comments

Comments
 (0)