Skip to content

Commit

Permalink
fix: Grafana component names (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tumido authored Dec 8, 2020
1 parent 49c42ca commit 4ebc0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api/components/available-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = [
key: "grafana",
label: "Grafana",
description: "Visualization and analytics software",
kfdefApplications: ["grafana-cluster", "grafana-instance"],
kfdefApplications: ["grafana-cluster", "grafana-operator"],
route: "grafana-route",
img: "images/grafana.svg",
docsLink: "https://grafana.com/docs/grafana/latest/",
Expand Down

0 comments on commit 4ebc0b9

Please sign in to comment.