Remove appini-configmap from core
This commit is contained in:
parent
3a2b58aa8e
commit
3282923883
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
||||||
(let [storage-class (if (contains? config :postgres-data-volume-path) :manual :local-path)]
|
(let [storage-class (if (contains? config :postgres-data-volume-path) :manual :local-path)]
|
||||||
(cm/concat-vec
|
(cm/concat-vec
|
||||||
[(yaml/load-resource "gitea/volumes.yaml")
|
[(yaml/load-resource "gitea/volumes.yaml")
|
||||||
(yaml/load-resource "gitea/appini-configmap.yaml")
|
|
||||||
(yaml/load-resource "gitea/deployment.yaml")
|
(yaml/load-resource "gitea/deployment.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