Add missing namespace kw
This commit is contained in:
parent
b618da8bed
commit
b5b45f8c1c
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@
|
||||||
(filter #(not (nil? %))
|
(filter #(not (nil? %))
|
||||||
(cm/concat-vec
|
(cm/concat-vec
|
||||||
(ns/generate (merge {:namespace "forgejo"} config))
|
(ns/generate (merge {:namespace "forgejo"} config))
|
||||||
[(postgres/generate-config {:postgres-size :2gb :db-name "forgejo"})
|
[(postgres/generate-config {:postgres-size :2gb
|
||||||
|
:db-name "forgejo"
|
||||||
|
:namespace "forgejo"})
|
||||||
(postgres/generate-secret auth)
|
(postgres/generate-secret auth)
|
||||||
(when (contains? config :postgres-data-volume-path)
|
(when (contains? config :postgres-data-volume-path)
|
||||||
(postgres/generate-persistent-volume (select-keys config [:postgres-data-volume-path :pv-storage-size-gb])))
|
(postgres/generate-persistent-volume (select-keys config [:postgres-data-volume-path :pv-storage-size-gb])))
|
||||||
|
|
Loading…
Reference in a new issue