From c5fcec4985ce50a3c1c5ec80735267c6f6524a83 Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 19 Jul 2024 10:59:32 +0200 Subject: [PATCH] adjust postgres function call --- src/main/cljc/dda/c4k_forgejo/core.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cljc/dda/c4k_forgejo/core.cljc b/src/main/cljc/dda/c4k_forgejo/core.cljc index 999a0a5..5614ed4 100644 --- a/src/main/cljc/dda/c4k_forgejo/core.cljc +++ b/src/main/cljc/dda/c4k_forgejo/core.cljc @@ -46,7 +46,7 @@ (filter #(not (nil? %)) (cm/concat-vec (ns/generate config) - [(postgres/generate-config-configmap config) + [(postgres/generate-configmap config) (when (contains? config :postgres-data-volume-path) (postgres/generate-persistent-volume (select-keys config [:postgres-data-volume-path :pv-storage-size-gb]))) (postgres/generate-pvc (merge config {:pvc-storage-class-name storage-class}))