To use a H2 with your Terrakube deployment create a terrakube.yaml file with the following content:INT
## Terrakube API propertiesapi:defaultDatabase:falseloadSampleData:trueproperties:databaseType:"H2"databaseHostname:""databaseName:""databaseUser:""databasePassword:""
H2 database is just for testing, each time the api pod is restarted a new database will be created
loadSampleData this will add some organization, workspaces and modules by default in your database, keep databaseHostname, databaseName, databaseUser and databasePassword empty