From e0276e1e87640702df4061915f432e4187808dab Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 3 Mar 2024 08:37:02 -0600 Subject: [PATCH] Delete argocd/templates/invidious.yaml --- argocd/templates/invidious.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 argocd/templates/invidious.yaml diff --git a/argocd/templates/invidious.yaml b/argocd/templates/invidious.yaml deleted file mode 100644 index 2f199b6..0000000 --- a/argocd/templates/invidious.yaml +++ /dev/null @@ -1,20 +0,0 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: invidious -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git -# targetRevision: main -# path: invidious -# destination: -# namespace: invidious -# name: in-cluster -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true