From 9793fa381ca1fbd4978add0943d6780a10d3ca02 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 27 Jun 2026 16:38:18 +0200 Subject: [PATCH] add namespace for istio --- apps/istio.yaml | 5 +++++ istiod/Chart.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/istio.yaml b/apps/istio.yaml index 699b33e..8ff5962 100644 --- a/apps/istio.yaml +++ b/apps/istio.yaml @@ -1,3 +1,8 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: istio-system +--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: diff --git a/istiod/Chart.yaml b/istiod/Chart.yaml index 52d7851..14e3f29 100644 --- a/istiod/Chart.yaml +++ b/istiod/Chart.yaml @@ -4,4 +4,4 @@ version: 0.1.0 dependencies: - name: istiod version: 1.30.2 - repository: https://istio-release.storage.googleapis.com/charts \ No newline at end of file + repository: https://istio-release.storage.googleapis.com/charts