Pass namespace to ingress-and-cert
This commit is contained in:
parent
8727f16c75
commit
4a78a35424
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
(nextcloud/generate-pvc (merge nextcloud-default-storage-config config))
|
||||
(nextcloud/generate-deployment config)
|
||||
(nextcloud/generate-service)]
|
||||
(nextcloud/generate-ingress-and-cert config)
|
||||
(nextcloud/generate-ingress-and-cert (merge {:namespace "nextcloud"} config))
|
||||
(when (:contains? config :restic-repository)
|
||||
[(backup/generate-config config)
|
||||
(backup/generate-secret auth)
|
||||
|
|
Loading…
Reference in a new issue