From b4a74479d2635c574b44af9ce0e723c6a986be98 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 11 Nov 2022 16:30:35 -0600 Subject: [PATCH] add jfrog --- argocd/templates/jfrog-artifactory.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 argocd/templates/jfrog-artifactory.yaml diff --git a/argocd/templates/jfrog-artifactory.yaml b/argocd/templates/jfrog-artifactory.yaml new file mode 100644 index 0000000..ca47917 --- /dev/null +++ b/argocd/templates/jfrog-artifactory.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: nexus-repository-manager + namespace: argocd +spec: + project: default + source: + repoURL: https://github.com/DeveloperDurp/homelab.git + targetRevision: main + path: nexus-repository-manager + destination: + namespace: nexus-repository-manager + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +