adjust postgres function call
This commit is contained in:
parent
73c19303db
commit
091caf193d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue