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

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Application
     3  metadata:
     4    name: istio-cni
     5    namespace: argocd
     6    finalizers:
     7      - resources-finalizer.argocd.argoproj.io
     8  spec:
     9    project: default
    10    destination:
    11      name: ambient-cluster
    12      namespace: kube-system
    13    syncPolicy:
    14      automated:
    15        prune: true
    16        selfHeal: true
    17      syncOptions:
    18        - CreateNamespace=true
    19    sources:
    20      - repoURL: 'https://istio-release.storage.googleapis.com/charts'
    21        targetRevision: 1.18.5
    22        helm:
    23          valuesObject:
    24            revision: rapid
    25            cni:
    26              cniBinDir: "/home/kubernetes/bin"
    27          valueFiles:
    28            - >-
    29              $values/manifests/charts/istio-cni/ambient-values.yaml
    30        chart: cni
    31      - repoURL: 'https://github.com/istio/istio.git'
    32        targetRevision: HEAD
    33        ref: values