add new refactoring
This commit is contained in:
parent
d66189bd9f
commit
759602fc76
2 changed files with 7 additions and 6 deletions
12
README.md
12
README.md
|
@ -24,12 +24,12 @@ Our convention 4 kubernetes c4k-* tools combine the advantages of both approache
|
||||||
|
|
||||||
## Refactoring & Module Overview
|
## Refactoring & Module Overview
|
||||||
|
|
||||||
| Module | Version | common postgres | frontend script | provider adapter |
|
| 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-mastodon-bot | 0.1 | - | | | |
|
||||||
| c4k-keycloak | 0.2 | | | |
|
| c4k-keycloak | 0.2 | | | | |
|
||||||
| c4k-jira | 1.0 | x | x | |
|
| c4k-jira | 1.0 | x | x | | x |
|
||||||
| c4k-nextcloud | 0.1 | | | |
|
| c4k-nextcloud | 0.1 | | | | |
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
(s/def ::postgres-db-password cp/bash-env-string?)
|
(s/def ::postgres-db-password cp/bash-env-string?)
|
||||||
(s/def ::postgres-data-volume-path string?)
|
(s/def ::postgres-data-volume-path string?)
|
||||||
(s/def ::postgres-size postgres-size?)
|
(s/def ::postgres-size postgres-size?)
|
||||||
|
(s/def ::db-name cp/bash-env-string?)
|
||||||
|
|
||||||
#?(:cljs
|
#?(:cljs
|
||||||
(defmethod yaml/load-resource :postgres [resource-name]
|
(defmethod yaml/load-resource :postgres [resource-name]
|
||||||
|
|
Loading…
Reference in a new issue