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