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