apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: jenkins namespace: argocd spec: project: default source: repoURL: https://repo.qruize.com/Dhakshan/gitops.git targetRevision: main path: bootstrap-platform/jenkins directory: recurse: true destination: server: https://kubernetes.default.svc namespace: jenkins syncPolicy: automated: prune: true selfHeal: true