Fix creation of uberjar

This commit is contained in:
bom 2022-06-17 10:36:14 +02:00
parent 810ff3783f
commit f03ed9e7a1

View file

@ -2,7 +2,8 @@
(:require (:require
[dda.c4k-common.yaml :as yaml] [dda.c4k-common.yaml :as yaml]
[dda.c4k-common.common :as cm] [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] (defn k8s-objects [config]
(let [storage-class (if (contains? config :postgres-data-volume-path) :manual :local-path)] (let [storage-class (if (contains? config :postgres-data-volume-path) :manual :local-path)]