adjust postgres function call
This commit is contained in:
parent
3b10016fae
commit
c5fcec4985
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
(filter #(not (nil? %))
|
(filter #(not (nil? %))
|
||||||
(cm/concat-vec
|
(cm/concat-vec
|
||||||
(ns/generate config)
|
(ns/generate config)
|
||||||
[(postgres/generate-config-configmap config)
|
[(postgres/generate-configmap config)
|
||||||
(when (contains? config :postgres-data-volume-path)
|
(when (contains? config :postgres-data-volume-path)
|
||||||
(postgres/generate-persistent-volume (select-keys config [:postgres-data-volume-path :pv-storage-size-gb])))
|
(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}))
|
(postgres/generate-pvc (merge config {:pvc-storage-class-name storage-class}))
|
||||||
|
|
Loading…
Reference in a new issue