added volume path
This commit is contained in:
parent
58a35dbdaf
commit
120965b8e2
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
||||||
issuer (br/get-content-from-element "issuer" :optional true :deserializer keyword)]
|
issuer (br/get-content-from-element "issuer" :optional true :deserializer keyword)]
|
||||||
(merge
|
(merge
|
||||||
{:fqdn (br/get-content-from-element "fqdn")}
|
{:fqdn (br/get-content-from-element "fqdn")}
|
||||||
|
(when (some? jira-data-volume-path)
|
||||||
|
{:jira-data-volume-path jira-data-volume-path})
|
||||||
(when (some? postgres-data-volume-path)
|
(when (some? postgres-data-volume-path)
|
||||||
{:postgres-data-volume-path postgres-data-volume-path})
|
{:postgres-data-volume-path postgres-data-volume-path})
|
||||||
(when (some? restic-repository)
|
(when (some? restic-repository)
|
||||||
|
|
Reference in a new issue