Concordium / concordium-misc-tools

A collection of small tools with a well-defined purpose
Apache License 2.0
4 stars 6 forks source link

Setup tables #158

Closed lassemand closed 3 weeks ago

lassemand commented 2 months ago

We need to ensure that the tables are created prior to starting the applications.

This can be done using initContainers:

https://kubernetes.io/docs/concepts/workloads/pods/init-containers/

Also included in this task is creating a make file which should both spin up the the docker image and creating the tables for local dev.