Last active
April 30, 2025 23:43
-
-
Save marcus-crane/2c129a46792c1ff8c00ff48bb7f02962 to your computer and use it in GitHub Desktop.
test
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: Component | |
metadata: | |
name: artist-web | |
description: The place to be, for great artists | |
labels: | |
example.com/custom: custom_label_value | |
annotations: | |
example.com/service-discovery: artistweb | |
circleci.com/project-slug: github/example-org/artist-website | |
tags: | |
- java | |
links: | |
- url: https://admin.example-org.com | |
title: Admin Dashboard | |
icon: dashboard | |
spec: | |
type: website | |
lifecycle: production | |
owner: blah-team | |
system: public-websites |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment