23 lines
483 B
YAML
23 lines
483 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: applications
|
||
|
namespace: argo-cd
|
||
|
finalizers:
|
||
|
- resources-finalizer.argocd.argoproj.io
|
||
|
spec:
|
||
|
destination:
|
||
|
server: https://kubernetes.default.svc
|
||
|
namespace: default
|
||
|
project: default
|
||
|
source:
|
||
|
path: Deployments/
|
||
|
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
|
||
|
targetRevision: HEAD
|
||
|
directory:
|
||
|
recurse: true
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|
||
|
selfHeal: true
|