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