Fix creation of uberjar
This commit is contained in:
parent
810ff3783f
commit
f03ed9e7a1
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
(:require
|
||||
[dda.c4k-common.yaml :as yaml]
|
||||
[dda.c4k-common.common :as cm]
|
||||
[dda.c4k-gitea.gitea :as gitea]))
|
||||
[dda.c4k-gitea.gitea :as gitea]
|
||||
[dda.c4k-common.postgres :as postgres]))
|
||||
|
||||
(defn k8s-objects [config]
|
||||
(let [storage-class (if (contains? config :postgres-data-volume-path) :manual :local-path)]
|
||||
|
|
Loading…
Reference in a new issue