-
Notifications
You must be signed in to change notification settings - Fork 564
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
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 |
ec99b2a to
afbf146
Compare
|
@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. |
|
@jiriks74 could you update fork? |
|
If you want me to rebase, I'm on it. I can't see any conflicts though. |
…s.existingSecret` or `redis.auth.existingSecret`
|
Rebase done. Sorry for the bit of mess, I'm on a machine where I didn't set this repo up properly. |
|
@Mokto confirm. values: get config: no error by port 6379 get pods: |
|
Thanks for the review, I'm glad we got to the bottom of this. |
|
@Mokto Could you review pr? |
1 similar comment
|
@Mokto Could you review pr? |
|
merge please |
|
Hi — I’m also running into the same bug described here: when using externalRedis.existingSecret or redis.auth.existingSecret with the Sentry Helm chart I see that BROKER_URL is not set in the configmap (and pods still try to connect to 127.0.0.1:6379). I believe the proposed fix, would resolve this for me too. Would it be possible to merge the PR and release a new chart version when convenient? Thanks for all your work on the chart! |
|
Hi, If there's something missing or you'd like changes feel free to comment and I'll incorporate them. It would be really helpful if this was released by the of the week if you have time to make one. |
|
sorry somehow missed that |
|
No worries, thanks for merging. |
Fixes: #1870