Delete argocd/templates/invidious.yaml

This commit is contained in:
2024-03-03 08:37:02 -06:00
parent 08b2a8f913
commit e0276e1e87

View File

@@ -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