I'm trying out SpiceDB on minikube and I'm trying ...
# spicedb
r
I'm trying out SpiceDB on minikube and I'm trying to deploy with the spicedb-operator. I've installed the operator and created the SpiceDB CRDs in the cluster, but the
spicedbclusters
resource is failing to start due to not finding a channel for the
memory
datastore. This is the specific error I get when running `kubectl describe spicedbclusters/dev`:
Copy code
[...]
    Message:               Error validating config with secret hash "n595hc9h54dh696h597hch59dh5f9q": [couldn't find channel for datastore "memory": no channel found for datastore "memory", no update found in channel]
[...]
Please let me know if this is not the proper channel, or if you need more info. Thanks in advance!