Hello everyone I m Emircan I m thinking
# spicedb
i
Hello everyone, I'm Emircan, I'm thinking of creating a helm chart for SpiceDB in line with my internship project and I plan to keep this chart updated after doing this. SpiceDB is a good option for me and I want to achieve something with you in the community. If you are interested, I would like to create a helm chart for spicedb project and keep it going.
Of course I want to improve the already made helm chart and I will try to keep it up to date. We need to take into account the changes you mentioned about the update graph and migrations. What is your opinion?
v
it's complicated, that's why we have the operator. Some migrations involve multiple-phases and have to be run that way, you canno just do
migrate head
because it will cause downtime. You could build a helm chart that runs migrations in an
initContainer
but it would need to implement the same logic as the update graph.
2 Views