Split generation of config- and auth-objects #2

Merged
gec merged 5 commits from split-config-auth into main 2024-07-19 09:18:27 +00:00
Showing only changes of commit 091caf193d - Show all commits

View file

@ -30,7 +30,7 @@
(filter
#(not (nil? %))
(cm/concat-vec
[(postgres/generate-config {:postgres-size :2gb :db-name "shynet"})
[(postgres/generate-configmap {:postgres-size :2gb :db-name "shynet"})
(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 {:pv-storage-size-gb 20