We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbe26e commit 9b6a130Copy full SHA for 9b6a130
1 file changed
charts/ff-proxy/README.md
@@ -26,7 +26,7 @@ helm upgrade -i ff-proxy --namespace ff-proxy --create-namespace \
26
rssnyder/ff-proxy \
27
--set proxyKey=xxxx-xxx-xxx-xxxx \
28
--set authSecret=xxxx-xxx-xxx-xxxx \
29
- --set redisAddress=redis:6379
+ --set redis.address=redis:6379
30
```
31
32
After install/upgrade the helm notes will display information on how to retrieve the proxy URL for your configuration for use with the SDK.
0 commit comments