fix db-name jira
This commit is contained in:
parent
cdedbebb44
commit
e70a4d0234
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
(defn k8s-objects [config]
|
||||
(into
|
||||
[]
|
||||
(concat [(yaml/to-string (postgres/generate-config :postgres-size :2gb))
|
||||
(concat [(yaml/to-string (postgres/generate-config :postgres-size :2gb :db-name "jira"))
|
||||
(yaml/to-string (postgres/generate-secret config))]
|
||||
(when (contains? config :postgres-data-volume-path)
|
||||
[(yaml/to-string (postgres/generate-persistent-volume config))])
|
||||
|
|
Reference in a new issue