compute-tooling / compute-studio

A Utility for Sharing Computational Models
https://compute.studio
Other
15 stars 5 forks source link

Set redis password from an environment variable in redis deployment #465

Closed hdoupe closed 3 years ago

hdoupe commented 3 years ago

Resolves #464. The actual problem is that changes to Redis configurations like the password aren't persisted through the append-only file. This PR sets the redis password using the password in the workers-redis-secret secret object.