diff --git a/apps/istio.yaml b/apps/istio.yaml new file mode 100644 index 0000000..c520dc5 --- /dev/null +++ b/apps/istio.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: istio + namespace: argocd +spec: + project: default + source: + chart: istio-base + repoURL: https://istio-release.storage.googleapis.com/charts + targetRevision: 1.30.2 + helm: + releaseName: base + destination: + server: "https://kubernetes.default.svc" + namespace: istio-system