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