Add auth to postgres generate

This commit is contained in:
bom 2024-03-15 14:29:06 +01:00
parent 3a9694d9a1
commit 351b2295e3

View file

@ -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)