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