apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: tekton namespace: argocd annotations: argocd.argoproj.io/sync-wave: "5" spec: project: workshop source: repoURL: https://github.com/paulharkink/ops-demo.git targetRevision: HEAD path: manifests/ci/tekton kustomize: {} destination: server: https://kubernetes.default.svc namespace: tekton-pipelines syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true