mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
add jfrog
This commit is contained in:
parent
b4a74479d2
commit
821a5f91b8
3 changed files with 71 additions and 5 deletions
|
|
@ -1,16 +1,16 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nexus-repository-manager
|
||||
name: jfrog
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/DeveloperDurp/homelab.git
|
||||
targetRevision: main
|
||||
path: nexus-repository-manager
|
||||
path: jfrog
|
||||
destination:
|
||||
namespace: nexus-repository-manager
|
||||
namespace: jfrog
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
automated:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue