redis-operator
redis-operator copied to clipboard
Password from secret
The current implementation just allows a password to be set by specifying it as plain-text. It would be great to have something similar to passwordSecret of https://github.com/ucloud/redis-cluster-operator.
https://github.com/ucloud/redis-cluster-operator/blob/master/deploy/example/custom-password.yaml
the password is more suitable to use kubernetes secret, If you want to send a PR with this, we'll be happy to add it.