diff --git a/src/main/cljc/dda/c4k_jira/core.cljc b/src/main/cljc/dda/c4k_jira/core.cljc index e34cf29..e30db60 100644 --- a/src/main/cljc/dda/c4k_jira/core.cljc +++ b/src/main/cljc/dda/c4k_jira/core.cljc @@ -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))])