From ff5862f2909476bb81ff5857f3d0f1efde402c9c Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 28 Feb 2026 13:21:32 +0100 Subject: [PATCH] catalog-info.yaml aktualisiert --- catalog-info.yaml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 1692cd5..b921f61 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -31,4 +31,23 @@ spec: lifecycle: experimental owner: guest dependsOn: - - component:default/mariadb-storage \ No newline at end of file + - component:default/mariadb-storage + +--- +apiVersion: backstage.io/v1alpha1 +kind: User +metadata: + name: guest +spec: + profile: + displayName: Gast Benutzer + memberOf: [guest-group] + +--- +apiVersion: backstage.io/v1alpha1 +kind: Group +metadata: + name: guest-group +spec: + type: team + children: [] \ No newline at end of file