Last active
April 18, 2025 11:51
-
-
Save gashcrumb/d35126db5e8991885e0f3560fd081eb9 to your computer and use it in GitHub Desktop.
some random test catalog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: backstage.io/v1alpha1 | |
kind: User | |
metadata: | |
name: gashcrumb | |
annotations: | |
graph.microsoft.com/user-id: d2311337-59c5-4cc7-b5d0-9099ec69c7e7 | |
spec: | |
profile: | |
displayName: gashcrumb | |
email: [email protected] | |
memberOf: [default/test] | |
--- | |
apiVersion: backstage.io/v1alpha1 | |
kind: Group | |
metadata: | |
name: test | |
description: Test | |
spec: | |
type: team | |
children: [] | |
profile: | |
displayName: Test | |
email: [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment