tweeks
05/29/2025, 5:20 PM--datastore-readonly and --datastore-read-replica-conn-uri using the operator. I've tried is both as camelCase and as env vars from a k8s secrets but neither seems to get picked up.
datastoreReadReplicaConnUri: 146 bytes
datastoreReadonly: 4 bytes
or
SPICEDB_DATASTORE_READONLY: 4 bytes
SPICEDB_DATASTORE_READ_REPLICA_CONN_URI: 146 bytes
We do have datastore_uri and preshared_key set in the same secret map and they are working. I can't find where this formart came from but I did try datastore_readonly without any luck. Can anyone point me to the correct way to map in these options?