23 lines
459 B
YAML
23 lines
459 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: bootstrap
|
|
namespace: argocd
|
|
spec:
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
retry:
|
|
limit: 4
|
|
backoff:
|
|
duration: 8s
|
|
factor: 2
|
|
project: default
|
|
sources:
|
|
- repoURL: https://gitea.internal.ekycsolutions.com/EKYCSolutions/cms-deployment.git
|
|
targetRevision: HEAD
|
|
path: k8s-infra
|
|
destination:
|
|
server: https://kubernetes.default.svc
|