Remove secrets.yaml from load-resource

This commit is contained in:
bom 2022-07-14 13:00:19 +02:00
parent dd30b5e329
commit cdbc731840

View file

@ -11,10 +11,9 @@
[(yaml/load-resource "gitea/volumes.yaml")
(yaml/load-resource "gitea/appini-configmap.yaml")
(yaml/load-resource "gitea/deployment.yaml")
(yaml/load-resource "gitea/secrets.yaml")
(yaml/load-resource "gitea/services.yaml")
(yaml/load-resource "gitea/traefik-middleware.yaml")]
(map yaml/to-string
[(postgres/generate-config {:postgres-size :2gb :db-name "gitea"})
(postgres/generate-secret config)