From 13bb4814b85bf6138785ea625ab42d5920ca6656 Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Wed, 22 Apr 2026 00:26:11 +0200 Subject: [PATCH] fix filename mas --- apps/production/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index 7800a42..cad89a4 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -6,6 +6,6 @@ resources: # Neue Dateien: - custom-configs/synapse-values.yaml - custom-configs/element-values.yaml - - custom-configs/mas-secrets.yaml # (oder .sops.yaml, je nach deiner SOPS-Einrichtung) + - custom-configs/mas-secrets.sops.yaml # HelmRelease (muss ganz unten stehen, damit die ConfigMaps vorher da sind!) - element-server-suite.yaml \ No newline at end of file