Remove secrets.yaml from load-resource
This commit is contained in:
parent
dd30b5e329
commit
cdbc731840
1 changed files with 1 additions and 2 deletions
|
@ -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")]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue