w8, worked. so in kubernetes, anyone who has insta...
# spicedb
f
w8, worked. so in kubernetes, anyone who has installed postgres with kubegres, you need to add
track_commit_timestamp=on
inside the postgres's configmap in kubernetes, under
postgres.conf
. Then restart the postgres pod and also the spicedb pod after postgres is up, then the watch will work. Maybe a bit better error handling would have helped but should be ok now
2 Views