From 46204b0097a5aa097da8fa1321fb443b7859891c Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Tue, 21 Apr 2026 14:30:50 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Matrix=20Namespace=20und=20verschl?= =?UTF-8?q?=C3=BCsseltes=20DB-Passwort=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .sops.yml => .sops.yaml | 0 apps/production/kustomization.yaml | 4 +++- apps/production/matrix-postgres-auth.yaml | 0 apps/production/namespace.yaml | 4 ++++ 4 files changed, 7 insertions(+), 1 deletion(-) rename .sops.yml => .sops.yaml (100%) create mode 100644 apps/production/matrix-postgres-auth.yaml create mode 100644 apps/production/namespace.yaml diff --git a/.sops.yml b/.sops.yaml similarity index 100% rename from .sops.yml rename to .sops.yaml diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index 8ccd64b..61ffee2 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -1,3 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -#resources: \ No newline at end of file +resources: + - namespace.yaml + - matrix-postgres-auth.yaml \ No newline at end of file diff --git a/apps/production/matrix-postgres-auth.yaml b/apps/production/matrix-postgres-auth.yaml new file mode 100644 index 0000000..e69de29 diff --git a/apps/production/namespace.yaml b/apps/production/namespace.yaml new file mode 100644 index 0000000..fcf6495 --- /dev/null +++ b/apps/production/namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: matrix \ No newline at end of file