feat(operators): add Grafana operator

This commit is contained in:
David Landry 2024-09-08 14:06:17 -04:00
parent 95e08c0c24
commit 1def2597c0
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"appName": "grafana",
"userGivenName": "grafana",
"destNamespace": "monitoring-system",
"destServer": "https://kubernetes.default.svc",
"srcPath": "apps/grafana/overlays/system",
"srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View file

@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
namespace: monitoring-system