fixed wrong db-name in generate-config
This commit is contained in:
parent
3debe912a0
commit
717b0ddb85
1 changed files with 1 additions and 1 deletions
|
@ -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))])
|
||||
|
|
Loading…
Reference in a new issue