apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: istiod namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: foundation source: repoURL: https://istio-release.storage.googleapis.com/charts targetRevision: 1.28.0 chart: istiod helm: releaseName: istiod destination: server: https://kubernetes.default.svc namespace: istio-system ignoreDifferences: - group: admissionregistration.k8s.io kind: ValidatingWebhookConfiguration jsonPointers: - /webhooks/0/failurePolicy syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true