-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[bitnami/redis] Disable all usages of usePasswordFiles if auth.enabled is unset #32253
[bitnami/redis] Disable all usages of usePasswordFiles if auth.enabled is unset #32253
Conversation
13e3020
to
1b06479
Compare
…nset Signed-off-by: Tobias Ollmann <[email protected]>
Signed-off-by: Tobias Ollmann <[email protected]>
1b06479
to
59d8867
Compare
Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Miguel Ruiz <[email protected]> Signed-off-by: Miguel Ruiz <[email protected]>
Signed-off-by: Miguel Ruiz <[email protected]> Signed-off-by: Miguel Ruiz <[email protected]>
Signed-off-by: Miguel Ruiz <[email protected]> Signed-off-by: Miguel Ruiz <[email protected]>
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.
Thank you for your contribution @holzgeist!
Due to the similarity in the changes, and in order to avoid releasing two versions of the chart, I have implemented some changes from (#32259) into this PR.
@@ -308,7 +308,7 @@ spec: | |||
- /bin/bash | |||
- -c | |||
- | | |||
{{- if .Values.usePasswordFiles }} |
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.
This can also be updated to .Values.auth.usePasswordFiles
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.
My bad, I must have missed it while editing in the Github UI.
I have restored #32259 just to fix that
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.
please be consistent .Values.auth.usePasswordFiles
or .Values.usePasswordFiles
- see for more information: #32352
Description of the change
This is a followup of #32208 (also reported here #32218) to disable usage of usePasswordFiles not only in master, but also replicas and sentinel
Benefits
Deployments using replicas and sentinel don't crash with the error mentioned in #32218
Possible drawbacks
None that I'm aware
Applicable issues
Additional information
This is a pure copy&pase PR, I don't have the infrastructure to generate/test Helm Charts
Checklist
Chart.yaml
according to semver. This is not necessary when the changes only affect README.md files.README.md
using readme-generator-for-helm