We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
redis
it is not clear if usePasswordFiles should be under auth or in root.
usePasswordFiles
auth
auth: usePasswordFiles: true
vs
usePasswordFiles: true
No response
make a grep with Values.auth.usePasswordFiles and Values.usePasswordFiles
Values.auth.usePasswordFiles
Values.usePasswordFiles
multiple issue / PRs try to fix it in redis:
usePasswordFiles=true
The text was updated successfully, but these errors were encountered:
migruiz4
No branches or pull requests
Name and Version
redis
What steps will reproduce the bug?
it is not clear if
usePasswordFiles
should be underauth
or in root.Are you using any custom parameters or values?
vs
What is the expected behavior?
No response
What do you see instead?
make a grep with
Values.auth.usePasswordFiles
andValues.usePasswordFiles
Additional information
multiple issue / PRs try to fix it in redis:
usePasswordFiles=true
by default #32117 (comment)usePasswordFiles=true
by default #32117 (comment)The text was updated successfully, but these errors were encountered: