Skip to content

Commit

Permalink
Merge pull request #90 from vshn/fix/redis-url
Browse files Browse the repository at this point in the history
Fix Redis URL docs
  • Loading branch information
zugao authored Oct 16, 2023
2 parents 2ab6667 + 683bc50 commit 2616df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/references/secrets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ kind: Secret
metadata:
name: redis-creds
stringData:
REDIS_HOST: 127.0.0.1 <1>
REDIS_HOST: my-redis-example.my-cloud.com <1>
REDIS_PASSWORD: my-secret <2>
REDIS_PORT: 21700 <3>
REDIS_URL: rediss://default:my-secret@127.0.0.1:21700 <4>
REDIS_URL: rediss://default:my-secret@my-redis-example.my-cloud.com:21700 <4>
REDIS_USERNAME: default <5>
ca.crt: base64encoded(data) <6>
tls.crt: base64encoded(data) <7>
Expand Down

0 comments on commit 2616df8

Please sign in to comment.