22 lines
404 B
YAML
22 lines
404 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: jfrog
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/DeveloperDurp/homelab.git
|
|
targetRevision: main
|
|
path: jfrog
|
|
destination:
|
|
namespace: jfrog
|
|
name: in-cluster
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
|