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