We trying spicedb-oprator we using this below config. it is up and running but its not creating tables postgres. apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: dev
spec:
config:
logLevel: debug
datastoreEngine: postgres
datastoreconnuri: "postgres://postgres:*******@psql-test-postgresql.default.svc.cluster.local:5432/postgres?sslmode=disable"
replicas: 2
secretName: dev-spicedb-config
---
apiVersion: v1
kind: Secret
metadata:
name: dev-spicedb-config
stringData:
preshared_key: "averysecretpresharedkey"
v
vroldanbet
11/20/2023, 2:16 PM
have you checked the status of the
SpiceDBCluster
CR?
l
legendary_beagle_14939
11/21/2023, 11:34 AM
While try to deploy config as per docs we facing following error from spicedb operator log E1121 10:09:32.708493 1 handler.go:31] "requeueing after api error" err="Operation cannot be fulfilled on spicedbclusters.authzed.com \"dev\": the object has been modified; please apply your changes to the latest version and try again" syncID="R/I50" controller="spicedbclusters" obj={"name":"dev","namespace":"default"}
e
ecordell
11/21/2023, 2:20 PM
That error can be ignored unless it happens over and over again and never resolves.
What do you see when you