From 14bac343509f0f7c6301ca3c53b3701e01e185cf Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sun, 2 Apr 2023 19:33:44 +0200 Subject: [PATCH] grafana is now on zurrli --- _apps/graphs.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 _apps/graphs.yaml diff --git a/_apps/graphs.yaml b/_apps/graphs.yaml deleted file mode 100644 index 8ae3afc..0000000 --- a/_apps/graphs.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: graphs - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: graphs - server: https://kubernetes.default.svc - project: apps - source: - path: graphs - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD ---- -apiVersion: v1 -kind: Namespace -metadata: - name: graphs