catalog-info.yaml aktualisiert
This commit is contained in:
parent
720a837220
commit
ff5862f290
|
|
@ -31,4 +31,23 @@ spec:
|
||||||
lifecycle: experimental
|
lifecycle: experimental
|
||||||
owner: guest
|
owner: guest
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- component:default/mariadb-storage
|
- 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: []
|
||||||
Loading…
Reference in New Issue
Block a user