Pass namespace to postgres
This commit is contained in:
parent
fff2c939d9
commit
c05ecfa427
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
||||||
(postgres/generate {:postgres-size :8gb
|
(postgres/generate {:postgres-size :8gb
|
||||||
:db-name "nextcloud"
|
:db-name "nextcloud"
|
||||||
:pv-storage-size-gb 50
|
:pv-storage-size-gb 50
|
||||||
:pvc-storage-class-name default-storage-class}
|
:pvc-storage-class-name default-storage-class
|
||||||
|
:namespace "nextcloud"}
|
||||||
auth)
|
auth)
|
||||||
(ns/generate (merge {:namespace "nextcloud"} config))
|
(ns/generate (merge {:namespace "nextcloud"} config))
|
||||||
[(nextcloud/generate-secret auth)
|
[(nextcloud/generate-secret auth)
|
||||||
|
|
Loading…
Reference in a new issue