add new refactoring

This commit is contained in:
jem 2021-10-01 15:46:06 +02:00
parent d66189bd9f
commit 759602fc76
2 changed files with 7 additions and 6 deletions

View file

@ -24,12 +24,12 @@ Our convention 4 kubernetes c4k-* tools combine the advantages of both approache
## Refactoring & Module Overview
| Module | Version | common postgres | frontend script | provider adapter |
|------------------|---------|:---------------:|:---------------:|:----------------:|
| c4k-mastodon-bot | 0.1 | - | | |
| c4k-keycloak | 0.2 | | | |
| c4k-jira | 1.0 | x | x | |
| c4k-nextcloud | 0.1 | | | |
| Module | Version | common postgres | frontend script | provider adapter | [backup as deployment](https://gitlab.com/domaindrivenarchitecture/c4k-jira/-/merge_requests/1) |
|------------------|---------|:---------------:|:---------------:|:----------------:|:----------------:|
| c4k-mastodon-bot | 0.1 | - | | | |
| c4k-keycloak | 0.2 | | | | |
| c4k-jira | 1.0 | x | x | | x |
| c4k-nextcloud | 0.1 | | | | |
## License

View file

@ -15,6 +15,7 @@
(s/def ::postgres-db-password cp/bash-env-string?)
(s/def ::postgres-data-volume-path string?)
(s/def ::postgres-size postgres-size?)
(s/def ::db-name cp/bash-env-string?)
#?(:cljs
(defmethod yaml/load-resource :postgres [resource-name]