From e663dcc0ec057bebafa628474ca454aabe2aa1db Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Wed, 22 Apr 2026 16:13:48 +0200 Subject: [PATCH] fix duplicated mapping ind kustomization file --- apps/production/kustomization.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index 5cf3d19..dceb81f 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -10,5 +10,4 @@ resources: # HelmRelease (muss ganz unten stehen, damit die ConfigMaps vorher da sind!) - element-server-suite.yaml # Custom Apex Ingress für Element Web + Well-Known auf axion1337.chat - - apex-ingress.yaml # Custom Apex Ingress für Element Web + Well-Known auf axion1337.chat - - apex-ingress.yaml + - apex-ingress.yaml # Custom Apex Ingress für Element Web + Well-Known auf axion1337.chat \ No newline at end of file