From 140973a97d7e605ddecd3c97b75148f7c628219e Mon Sep 17 00:00:00 2001 From: demo-bot Date: Tue, 5 May 2026 23:45:52 +0000 Subject: [PATCH] Add system test-alex to domain apps --- catalog-info.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 6c08b30..6de0e3a 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -95,3 +95,23 @@ spec: system: apps dependsOn: - resource:default/cjot-acr +--- +# ── System: test-alex ───────────────────────────────────────── +apiVersion: backstage.io/v1alpha1 +kind: System +metadata: + name: test-alex + title: "Test Alex" + description: > + test-alex system + tags: + - system + - domain-workloads + annotations: + backstage.io/kubernetes-label-selector: "app.kubernetes.io/part-of=test-alex" + cjot.io/humanitec-project: "domain-apps" + cjot.io/environments: "test-alex-dev,test-alex-staging,test-alex-prod" + cjot.io/domain: "apps" +spec: + owner: group:default/platform-lead + domain: apps