Hi. When currently installing the SpiceDB operato...
# spicedb
f
Hi. When currently installing the SpiceDB operator using the command from the documentation (
kubectl apply --server-side -k github.com/authzed/spicedb-operator/config
) the operator pod enters
CrashLoopBackOff
. It seems to be related to the
readOnlyRootFilesystem: true
recently added. Reading the discussion around its PR (https://github.com/authzed/spicedb-operator/pull/238#discussion_r1296503922), it seems I am in the same situation as initially the contributor of this change (the operator throws
panic: mkdir /tmp/kubebuilder-envtest: read-only file system
. However, I fail to follow the conversation how to resolve this. Can someone give me a clue?