Skip to content
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

Issue with setting auth values in helm values file for current version of redis-cluster. #169

Open
maccavelli opened this issue Nov 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@maccavelli
Copy link

maccavelli commented Nov 5, 2023

Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (kubectl version)?
Openshift 4.12

kubectl version Output
$ kubectl version 4.11.29

What did you do?
In setting up the values file for our environment I kept having it blow up telling me that an expected value was missing in a position in the values file that made no sense. I worked from the bottom of the values file and when I got to the top and set redisSecret: secretName: "" secretKey: ""
It blows up the chart, which fails to deploy. Remove the values for the secretname and secretkey and leave those values empty, the chart will deploy.

What did you expect to see?
A deployed cluster.
What did you see instead?
It blows up about missing values at weird places in the values file.

I reverted back to 0.15.3 and it works fine.

@maccavelli maccavelli added the bug Something isn't working label Nov 5, 2023
@diffuse
Copy link

diffuse commented Nov 8, 2023

Looks like this is fixed in the upgrade from v0.15.10 -> v0.15.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants