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 +