fix db-name jira

This commit is contained in:
jem 2021-09-24 15:13:32 +02:00
parent cdedbebb44
commit e70a4d0234

View file

@ -22,7 +22,7 @@
(defn k8s-objects [config] (defn k8s-objects [config]
(into (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))] (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))])