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

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Application
     3  metadata:
     4    name: istio-ztunnel
     5    namespace: argocd
     6    finalizers:
     7      - resources-finalizer.argocd.argoproj.io
     8  spec:
     9    project: default
    10    source:
    11      repoURL: 'https://istio-release.storage.googleapis.com/charts'
    12      targetRevision: 1.18.5
    13      chart: ztunnel
    14      helm:
    15        valuesObject:
    16          revision: rapid
    17    destination:
    18      name: ambient-cluster
    19      namespace: istio-system
    20    syncPolicy:
    21      automated:
    22        prune: true
    23        selfHeal: true
    24      syncOptions:
    25        - CreateNamespace=true