In the opencloud chart, the `opencloud.storage.posixfs.idCacheStore` says this in a comment: ``` The type of the cache store, supported values are: 'memory', 'redis-sentinel', 'nats-js-kv' (default), 'noop' ``` However, [the OpenCloud documentation](https://docs.opencloud.eu/docs/admin/configuration/storage/storage-posix/#configuration) says that `STORAGE_USERS_ID_CACHE_STORE` needs to be set to `nats-js-kv`.
In the opencloud chart, the
opencloud.storage.posixfs.idCacheStoresays this in a comment:However, the OpenCloud documentation says that
STORAGE_USERS_ID_CACHE_STOREneeds to be set tonats-js-kv.