redis-operator icon indicating copy to clipboard operation
redis-operator copied to clipboard

Password from secret

Open t0rr3sp3dr0 opened this issue 5 years ago • 1 comments

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

t0rr3sp3dr0 avatar Apr 28 '20 01:04 t0rr3sp3dr0

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.

polefishu avatar May 11 '20 08:05 polefishu