We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef50d95 commit 1b0c72eCopy full SHA for 1b0c72e
catalog-info.yaml
@@ -0,0 +1,21 @@
1
+apiVersion: backstage.io/v1alpha1
2
+kind: Component
3
+metadata:
4
+ name: grafana-operator
5
+ title: grafana-operator
6
+ description: |
7
+ An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
8
+ links:
9
+ - title: Internal Slack Channel
10
+ url: https://raintank-corp.slack.com/archives/C06K5TJ469W
11
+ - title: Community Slack Channel
12
+ url: https://grafana.slack.com/archives/C0692KN29K3
13
+ - title: Kubernetes Slack Channel
14
+ url: https://kubernetes.slack.com/archives/C019A1KTYKC
15
+ annotations:
16
+ backstage.io/techdocs-ref: dir:.
17
+ github.com/project-slug: grafana/grafana-operator
18
+spec:
19
+ type: tool
20
+ owner: group:default/devex
21
+ lifecycle: production
0 commit comments