cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit d7197fdc56a0d8aa64fbe6bb16b7f4a343537e41
parent 5f2f69b8eae545022860e83142b5f8f994b6a3b6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  6 Mar 2024 12:56:26 +0100

Make element-call its own namespace as wanted

Diffstat:
Mapps/base/matrix/kustomization.yaml | 2--
Mapps/production/kustomization.yaml | 2++
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/matrix/kustomization.yaml b/apps/base/matrix/kustomization.yaml @@ -9,5 +9,3 @@ resources: - ./draupnir-synapse - ./draupnir4all - ./draupnir-fluffy - - ./element-call - - ./element-call-synapse diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml @@ -30,6 +30,8 @@ resources: - ../base/authentik - ../base/chaosmesh - ../base/calendar + - ../base/matrix/element-call + - ../base/matrix/element-call-synapse patchesStrategicMerge: - cosign-values.yaml - vaultwarden-values.yaml