From d3a8cfe3ae05a7001ecf29859628977085789957 Mon Sep 17 00:00:00 2001 From: claude Date: Tue, 24 Feb 2026 22:03:52 +0100 Subject: [PATCH] feat(paas): create tenant t1 (small) --- argocd-apps/tenant-t1.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 argocd-apps/tenant-t1.yaml diff --git a/argocd-apps/tenant-t1.yaml b/argocd-apps/tenant-t1.yaml new file mode 100644 index 0000000..79d67bd --- /dev/null +++ b/argocd-apps/tenant-t1.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + finalizers: + - resources-finalizer.argocd.argoproj.io + labels: + paas: 'true' + tenant: t1 + name: tenant-t1 + namespace: argocd +spec: + destination: + server: https://kubernetes.default.svc + project: default + source: + helm: + valueFiles: + - ../../environments/tenants/t1.yaml + path: charts/tenant-namespace + repoURL: http://10.10.10.1:3000/claude/k8s-apps.git + targetRevision: main + syncPolicy: + automated: + prune: true + selfHeal: true