add jfrog

This commit is contained in:
2022-11-11 16:30:35 -06:00
parent 29852753b8
commit b4a74479d2

View File

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