[skip-ci] add todos
This commit is contained in:
parent
546e13ef9e
commit
f16a94a346
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@
|
||||||
(->
|
(->
|
||||||
(yaml/load-as-edn "forgejo/datavolume.yaml")
|
(yaml/load-as-edn "forgejo/datavolume.yaml")
|
||||||
(cm/replace-all-matching-values-by-new-value "DATASTORAGESIZE" (str (str data-storage-size) "Gi")))))
|
(cm/replace-all-matching-values-by-new-value "DATASTORAGESIZE" (str (str data-storage-size) "Gi")))))
|
||||||
|
; ToDo: Need to add federated-image-name to config? Or hardcode?
|
||||||
|
; ToDo: Need to add default image-name to config? Or hardcode?
|
||||||
(defn-spec generate-deployment pred/map-or-seq?
|
(defn-spec generate-deployment pred/map-or-seq?
|
||||||
[config config?]
|
[config config?]
|
||||||
(let [{:keys [deploy-federated]} config
|
(let [{:keys [deploy-federated]} config
|
||||||
|
|
Loading…
Reference in a new issue