This PR adds the honorProvidedValues option to common.secrets.manage, so users can update the redis password using the auth.password value.
Redis already supports updating the password (as it is set via redis.conf), so we do not need a password update job like in MariaDB, PostgreSQL or MySQL
Benefits
Better password management
Possible drawbacks
n/a
Applicable issues
fixes #
Additional information
Checklist
[ ] Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
[ ] Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
[ ] Title of the pull request follows this pattern [bitnami/] Descriptive title
Signed-off-by: Javier J. Salmerón García javier.salmeron@broadcom.com
Description of the change
This PR adds the
honorProvidedValues
option tocommon.secrets.manage
, so users can update the redis password using theauth.password
value.Redis already supports updating the password (as it is set via redis.conf), so we do not need a password update job like in MariaDB, PostgreSQL or MySQL
Benefits
Better password management
Possible drawbacks
n/a
Applicable issues
Additional information
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