Added some more example YAMLs (#1405)

This commit is contained in:
Stefan Ålund
2020-06-22 16:16:21 +02:00
committed by GitHub
parent 07bc1a68a1
commit 476673b461
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,9 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: playback-sdk
description: Audio and video playback SDK
spec:
type: library
lifecycle: experimental
owner: players@example.com
@@ -0,0 +1,9 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: www-artist
description: Artist main website
spec:
type: website
lifecycle: production
owner: artists@example.com
@@ -6,6 +6,8 @@ for URL in \
'podcast-api-component.yaml' \
'queue-proxy-component.yaml' \
'searcher-component.yaml' \
'playback-api-component.yaml' \
'www-artist-component.yaml' \
'shuffle-api-component.yaml' \
; do \
curl \