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,7 +11,6 @@
[(yaml/load-resource "gitea/volumes.yaml") [(yaml/load-resource "gitea/volumes.yaml")
(yaml/load-resource "gitea/appini-configmap.yaml") (yaml/load-resource "gitea/appini-configmap.yaml")
(yaml/load-resource "gitea/deployment.yaml") (yaml/load-resource "gitea/deployment.yaml")
(yaml/load-resource "gitea/secrets.yaml")
(yaml/load-resource "gitea/services.yaml") (yaml/load-resource "gitea/services.yaml")
(yaml/load-resource "gitea/traefik-middleware.yaml")] (yaml/load-resource "gitea/traefik-middleware.yaml")]