apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: root namespace: openshift-gitops spec: destination: name: '' namespace: openshift-gitops server: 'https://kubernetes.default.svc' source: path: root repoURL: 'https://github.com/nmasse-itix/ArgoCD-Examples.git' targetRevision: HEAD project: default syncPolicy: automated: prune: false selfHeal: false