diff --git a/src/main/cljc/dda/c4k_shynet/core.cljc b/src/main/cljc/dda/c4k_shynet/core.cljc index bc50527..d6258aa 100644 --- a/src/main/cljc/dda/c4k_shynet/core.cljc +++ b/src/main/cljc/dda/c4k_shynet/core.cljc @@ -20,7 +20,7 @@ (into [] (concat - [(yaml/to-string (postgres/generate-config :postgres-size :2gb :db-name "shynet")) + [(yaml/to-string (postgres/generate-config {:postgres-size :2gb :db-name "shynet"})) (yaml/to-string (postgres/generate-secret config))] (when (contains? config :postgres-data-volume-path) [(yaml/to-string (postgres/generate-persistent-volume config))])