From f5ada2a28bb7b2132125fdb70be34442af869e1a Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Tue, 21 Apr 2026 16:14:40 +0200 Subject: [PATCH] refactor: move ESS operator to infra to fix CRD dependency --- apps/base/infra/kustomization.yaml | 4 +++- apps/production/kustomization.yaml | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/base/infra/kustomization.yaml b/apps/base/infra/kustomization.yaml index 6662efe..b17e34d 100644 --- a/apps/base/infra/kustomization.yaml +++ b/apps/base/infra/kustomization.yaml @@ -3,4 +3,6 @@ kind: Kustomization resources: - ns-cert-manager.yaml - cert-manager-repo.yaml - - cert-manager.yaml \ No newline at end of file + - cert-manager.yaml + - ../matrix/ess-repo.yaml # Neu hierher verschoben + - ../matrix/ess-operator.yaml # Neu hierher verschoben \ No newline at end of file diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index 1031ea3..d3fc267 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -4,6 +4,4 @@ resources: - namespace.yaml - matrix-postgres-auth.yaml - cert-issuer.yaml - - element-server-suite.yaml # Die neue Datei - - ../base/matrix/ess-repo.yaml # Das Repo aus dem base-Ordner - - ../base/matrix/ess-operator.yaml # Der Operator aus dem base-Ordner \ No newline at end of file + - element-server-suite.yaml # Die neue Datei \ No newline at end of file