diff --git a/routes/api/components/available-components.js b/routes/api/components/available-components.js index 57058e8d20..fb568a2bca 100644 --- a/routes/api/components/available-components.js +++ b/routes/api/components/available-components.js @@ -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/",