You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bitnami/redis] expose service binding with correct uri (#18922)
Redis URI format should be like this: "redis://user:secret@localhost:6379/0?foo=bar&qux=baz"
The "userinfo" part should be "user:secret". Since user part is empty, the uri will leave a colon then concatenate with the secret.
Signed-off-by: Davy <davy@ikv.tw>
0 commit comments