-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add catalog info for the grafana developer catalog
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: grafana-operator | ||
title: grafana-operator | ||
description: | | ||
An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs | ||
links: | ||
- title: Internal Slack Channel | ||
url: https://raintank-corp.slack.com/archives/C06K5TJ469W | ||
- title: Community Slack Channel | ||
url: https://grafana.slack.com/archives/C0692KN29K3 | ||
- title: Kubernetes Slack Channel | ||
url: https://kubernetes.slack.com/archives/C019A1KTYKC | ||
annotations: | ||
backstage.io/techdocs-ref: dir:. | ||
github.com/project-slug: grafana/grafana-operator | ||
spec: | ||
type: tool | ||
owner: group:default/devex | ||
lifecycle: production |