istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/ambient-argo/application/application.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Application
     3  metadata:
     4    name: bookinfo-application
     5    namespace: argocd
     6    finalizers:
     7    - resources-finalizer.argocd.argoproj.io
     8  spec:
     9    destination:
    10      name: ambient-cluster
    11      namespace: ambient
    12    source:
    13      path: application
    14      repoURL: '{repo-placeholder}'
    15      targetRevision: HEAD
    16      directory:
    17        exclude: application.yaml
    18    project: default
    19    syncPolicy:
    20      automated:
    21        prune: true
    22        selfHeal: true