From 097fa0927382d789788d16a101a88d9bb97d58bb Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Tue, 21 Apr 2026 16:44:35 +0200 Subject: [PATCH] fix: move matrix namespace to infra and fix repo URL --- apps/base/infra/kustomization.yaml | 5 +++-- apps/base/matrix/ess-repo.yaml | 2 +- apps/production/kustomization.yaml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/base/infra/kustomization.yaml b/apps/base/infra/kustomization.yaml index b17e34d..31ea76c 100644 --- a/apps/base/infra/kustomization.yaml +++ b/apps/base/infra/kustomization.yaml @@ -2,7 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ns-cert-manager.yaml + - ns-matrix.yaml # Neu hier - cert-manager-repo.yaml - cert-manager.yaml - - ../matrix/ess-repo.yaml # Neu hierher verschoben - - ../matrix/ess-operator.yaml # Neu hierher verschoben \ No newline at end of file + - ../matrix/ess-repo.yaml + - ../matrix/ess-operator.yaml \ No newline at end of file diff --git a/apps/base/matrix/ess-repo.yaml b/apps/base/matrix/ess-repo.yaml index 0c2978b..103cd5f 100644 --- a/apps/base/matrix/ess-repo.yaml +++ b/apps/base/matrix/ess-repo.yaml @@ -5,4 +5,4 @@ metadata: namespace: flux-system spec: interval: 1h - url: https://github.com/element-hq/ess-helm \ No newline at end of file + url: https://element-hq.github.io/ess-helm/ \ No newline at end of file diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index d3fc267..06d9cee 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - namespace.yaml + # namespace.yaml hier entfernen! - matrix-postgres-auth.yaml - cert-issuer.yaml - - element-server-suite.yaml # Die neue Datei \ No newline at end of file + - element-server-suite.yaml \ No newline at end of file