remove unused files

This commit is contained in:
2024-04-14 09:10:37 -05:00
parent b37517de14
commit 96138fd42e
9 changed files with 0 additions and 336 deletions

View File

@@ -1,21 +0,0 @@
#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: octopus-tentacle
# namespace: argocd
#spec:
# project: default
# source:
# repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git
# targetRevision: main
# path: octopus-tentacle
# destination:
# namespace: octopus-tentacle
# name: in-cluster
# syncPolicy:
# automated:
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true
#