From ef4ff67818d2758e21b9f0076519ca9221f74bb0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 27 Mar 2026 21:32:40 -0500 Subject: [PATCH] feat: add more apps --- .../docs/applications/grafana-operator.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/content/docs/applications/grafana-operator.mdx diff --git a/src/content/docs/applications/grafana-operator.mdx b/src/content/docs/applications/grafana-operator.mdx new file mode 100644 index 0000000..a430086 --- /dev/null +++ b/src/content/docs/applications/grafana-operator.mdx @@ -0,0 +1,15 @@ +--- +title: Grafana Operator +description: Grafana Operator is a Kubernetes operator built to help you manage your Grafana instances and its resources in and outside of Kubernetes. +hero: + tagline: Grafana Operator is a Kubernetes operator built to help you manage your Grafana instances and its resources in and outside of Kubernetes. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/grafana.webp + actions: + - text: Source + link: https://github.com/grafana/grafana-operator + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/grafana-operator + icon: right-arrow +---