From 38a8286b5064463ee85c8a1db6c9ebde95b75aec Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 10 Nov 2025 17:35:39 +0100 Subject: [PATCH] Add grafana operator --- apps/grafana-operator.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 apps/grafana-operator.yaml diff --git a/apps/grafana-operator.yaml b/apps/grafana-operator.yaml new file mode 100644 index 0000000..234d01b --- /dev/null +++ b/apps/grafana-operator.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: grafana-operator + namespace: argocd +spec: + project: default + destination: + server: https://kubernetes.default.svc + namespace: grafana + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + - ServerSideApply=true + source: + repoURL: ghcr.io/grafana/helm-charts + chart: grafana-operator + targetRevision: v5.20.0 + helm: + valuesObject: {}