From 904d1112476a64ecef0316d9deeed3982c131666 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Thu, 25 Jun 2026 22:27:57 +0200 Subject: [PATCH] test first istio chart --- apps/istio.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 apps/istio.yaml 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