From 3dbe4fffe5243f87ec6c4cee5ded04ce2bc5c99c Mon Sep 17 00:00:00 2001 From: James Allenby Date: Sat, 3 Jan 2026 02:48:30 +0000 Subject: [PATCH] add matrix application --- base/apps/matrix.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 base/apps/matrix.yaml diff --git a/base/apps/matrix.yaml b/base/apps/matrix.yaml new file mode 100644 index 0000000..4b79ef5 --- /dev/null +++ b/base/apps/matrix.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: matrix-stack +spec: + project: default + sources: + - repoURL: oci://ghcr.io/element-hq/ess-helm/matrix-stack + targetRevision: 25.12.2 + path: . + destination: + server: in-cluster + namespace: matrix + syncPolicy: + syncOptions: + - CreateNamespace=true