-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[registry-facade] Configure credentials for Redis Sentinel #9106
Conversation
The sentinel change makes 💯 sense. I'm not sure I follow the need to override the config field value though. This strikes me as a less flexible way compared to what we have now. Also it's a departure from current behaviour where AFAIK we have no other place where env vars would take precedence over config values. |
Ok. How do you propose to set the value? (I want to use the local node IPFS instance) This is what I have in the installer yaml file
|
registryFacade:
ipfsCache:
enabled: true
ipfs: /ip4/$IPFS_HOST/tcp/5001
redis:
masterName: kumquat
sentinelAddrs:
- redis.storage.svc.cluster.local:26379
username: default
passwordSecret: redis-credentials |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Release Notes