apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: istio-cni namespace: argocd annotations: argocd.argoproj.io/sync-wave: "1" spec: project: default source: repoURL: https://istio-release.storage.googleapis.com/charts chart: cni targetRevision: 1.26.0 helm: values: | cni: enabled: true chained: false logLevel: info destination: server: https://kubernetes.default.svc namespace: istio-system syncPolicy: automated: prune: true selfHeal: true