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

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ApplicationSet
     3  metadata:
     4    name: istio-multi-control
     5  spec:
     6    generators:
     7    - list:
     8        elements:
     9        - version: 1.18.5
    10          revision: 1-18-5
    11        - version: 1.19.3
    12          revision: 1-19-3
    13    template:
    14      metadata:
    15        name: 'istio-control-{{revision}}'
    16      spec:
    17        project: default
    18        sources:
    19        - repoURL: 'https://istio-release.storage.googleapis.com/charts'
    20          targetRevision: '{{version}}'
    21          helm:
    22            valuesObject:
    23              revision: '{{revision}}'
    24            valueFiles:
    25              - >-
    26                $values/manifests/charts/istio-control/istio-discovery/ambient-values.yaml
    27          chart: istiod
    28        - repoURL: 'https://github.com/istio/istio.git'
    29          targetRevision: HEAD
    30          ref: values
    31        destination:
    32          name: ambient-cluster
    33          namespace: istio-system
    34        syncPolicy:
    35          automated:
    36            prune: true
    37            selfHeal: true
    38          syncOptions:
    39            - CreateNamespace=true