Closed michaelarnauts closed 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.
/etc/redis
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
/data
Fixes #24
Fixed by : https://github.com/OT-CONTAINER-KIT/redis/pull/28
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/22Fixes #24