From 38504f0a8e6975187e782e62cc8905d0f9d261dc Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 9 Jun 2023 01:54:19 +0000 Subject: [PATCH] Update file durpapi.yaml --- internalproxy/templates/durpapi.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 internalproxy/templates/durpapi.yaml diff --git a/internalproxy/templates/durpapi.yaml b/internalproxy/templates/durpapi.yaml deleted file mode 100644 index 53c2db6..0000000 --- a/internalproxy/templates/durpapi.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: durpapi - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: durpapi - destination: - namespace: durpapi - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true