Skip to content

Commit

Permalink
add project id to example entities
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshanziya committed Sep 13, 2024
1 parent a4fbb7e commit ff9ff1d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion examples/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: example-website
annotations:
platform.sh/project-id: 2sp4wxybh6aia
spec:
type: website
lifecycle: experimental
owner: user:development/guest
system: examples
providesApis: [example-grpc-api]
---
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: example-website-1
annotations:
platform.sh/project-id: brbqplxd7ycq6
spec:
type: website
lifecycle: experimental
Expand All @@ -27,7 +43,7 @@ metadata:
spec:
type: grpc
lifecycle: experimental
owner: guests
owner: user:development/guest
system: examples
definition: |
syntax = "proto3";
Expand Down

0 comments on commit ff9ff1d

Please sign in to comment.