Remove appini-configmap from core

This commit is contained in:
erik 2022-07-21 13:52:37 +02:00
parent 3a2b58aa8e
commit 3282923883

View file

@ -8,8 +8,7 @@
(defn k8s-objects [config] (defn k8s-objects [config]
(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")]