The contents of /etc/redis-acl/users.acl are currently hardcoded in an initContainer defined in the StatefulSet.
This makes it hard to update permissions for the various users.
Ideally that should be modifiable when importing the chart or the contents of users.acl could be defined in a ConfigMap.
The contents of
/etc/redis-acl/users.aclare currently hardcoded in an initContainer defined in the StatefulSet.This makes it hard to update permissions for the various users.
Ideally that should be modifiable when importing the chart or the contents of users.acl could be defined in a ConfigMap.