fixed wrong db-name in generate-config

This commit is contained in:
bom 2022-01-28 14:15:55 +01:00
parent 3debe912a0
commit 717b0ddb85

View file

@ -20,7 +20,7 @@
(into (into
[] []
(concat (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))] (yaml/to-string (postgres/generate-secret config))]
(when (contains? config :postgres-data-volume-path) (when (contains? config :postgres-data-volume-path)
[(yaml/to-string (postgres/generate-persistent-volume config))]) [(yaml/to-string (postgres/generate-persistent-volume config))])