-
Notifications
You must be signed in to change notification settings - Fork 563
fix(sentry/sentry/helper): Redis URL not set when using externalRedis.existingSecret or redis.auth.existingSecret
#1871
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
base: develop
Are you sure you want to change the base?
Conversation
externalRedis and externalRedis.existingSecretexternalRedis.existingSecret or redis.auth.existingSecret
|
Hello, seems like this might've been missed. Can I do something to push this further? |
|
@jiriks74 could you share minimal values.yaml for reproduce? |
redis:
enabled: false
externalRedis:
host: "my-redis"
port: 6379
existingSecret: redis-secret
existingSecretKey: REDIS_PASSWORD
db: 0
ssl: false |
|
The issue can be seen in the if statement..
There's a missing case for when either |
71aefe9 to
ec99b2a
Compare
…s.existingSecret` or `redis.auth.existingSecret`
|
@patsevanton |
|
Need someone to check your MR. I'll try to take the time for that. |
|
i tested issue #1870 and not reproducible |
|
I'll look into this again in the coming days. |
Fixes: #1870