OT-CONTAINER-KIT / redis

A production optimized redis docker image
https://opstree.github.io
23 stars 51 forks source link

Fix: Make sure /etc/redis is writable by the root group. #25

Closed michaelarnauts closed 1 year ago

michaelarnauts commented 1 year ago

This makes /etc/redis writable by the root group so the container can be initialised on OpenShift. I don't think this causes any issues on other k8s platforms.

This is the same change as #4, but this got reverted later on in #14. I'm not sure why.

I've also had to make /data writable. See also https://github.com/OT-CONTAINER-KIT/redis/pull/22

Fixes #24

shubham-cmyk commented 1 year ago

Fixed by : https://github.com/OT-CONTAINER-KIT/redis/pull/28