fixed wrong db-name in generate-config

main
bom 2 years ago
parent 3debe912a0
commit 717b0ddb85

@ -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))])

Loading…
Cancel
Save