All checks were successful
continuous-integration/drone/push Build is passing
feat: add postgres database Signed-off-by: kjuulh <contact@kjuulh.io> feat: add postgres and more templates Signed-off-by: kjuulh <contact@kjuulh.io> Reviewed-on: #20 Co-authored-by: kjuulh <contact@kjuulh.io> Co-committed-by: kjuulh <contact@kjuulh.io>
7 lines
132 B
Rust
7 lines
132 B
Rust
pub mod cluster_vars;
|
|
pub mod crdb_database;
|
|
pub mod cuddle_vars;
|
|
pub mod ingress;
|
|
pub mod postgres_database;
|
|
pub mod vault_secret;
|