In spicedb-operator, I'm trying to add
# spicedb
j
In spicedb-operator, I'm trying to add an
applySchema
handler after the checkMigrations() chain in the controller's mainHandler. I think there might be a bug/feature in the checkMigrations code where, after the last migration, it doesn't advance out of the checkMigrations chain. It might be in the cleanupJob code, but I'm not too sure. Thoughts?
v
cc @ecordell