github.com/oam-dev/kubevela@v1.9.11/docs/examples/argo/app.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Application
     3  metadata:
     4    name: test
     5    namespace: argocd
     6  spec:
     7    destination:
     8      namespace: default
     9      server: 'https://kubernetes.default.svc'
    10    source:
    11      path: appfile
    12      repoURL: 'https://github.com/hongchaodeng/argocd-example-apps.git'
    13      targetRevision: HEAD
    14      plugin:
    15        name: vela
    16    project: default
    17    syncPolicy:
    18      automated:
    19        prune: true