Update well-known annotations

Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
This commit is contained in:
Julio Zynger
2021-12-23 17:01:28 +01:00
parent cc30c202ea
commit e14896fb63
@@ -204,6 +204,24 @@ browser when viewing that user.
This annotation can be used on a [User entity](descriptor-format.md#kind-user)
to note that it originated from that user on GitHub.
### gocd.org/pipelines
```yaml
# Example:
metadata:
annotations:
gocd.org/pipelines: backstage,backstage-pr,backstage-builder
```
The value of this annotation is a comma-separated list of the GoCD pipeline
names to fetch CI/CD information for.
The pipeline name is usually defined in the `gocd.yml` file for the pipeline
definition.
Specifying this annotation will enable GoCD related features in Backstage for
that entity.
### sentry.io/project-slug
```yaml