I'm trying to set `--datastore-readonly` and `--da...
# spicedb
t
I'm trying to set
--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.
Copy code
datastoreReadReplicaConnUri:  146 bytes
datastoreReadonly:            4 bytes
or
Copy code
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?
3 Views