From ac0bcf114ce5b74141bf19abae7ab9e4a58cb6e5 Mon Sep 17 00:00:00 2001
From: Greg <miernicki_gregory@bah.com>
Date: Wed, 17 Jul 2024 11:41:26 -0500
Subject: [PATCH] =?UTF-8?q?=20=E2=9B=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 chart/templates/istio-base/namespace.yaml    | 2 +-
 chart/templates/istio-gateway/namespace.yaml | 2 +-
 chart/templates/istiod/namespace.yaml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/chart/templates/istio-base/namespace.yaml b/chart/templates/istio-base/namespace.yaml
index 88657e6ecf..0051e55d82 100644
--- a/chart/templates/istio-base/namespace.yaml
+++ b/chart/templates/istio-base/namespace.yaml
@@ -2,7 +2,7 @@
 apiVersion: v1
 kind: Namespace
 metadata:
-  name: istio-base
+  name: istio-system
   labels:
     istio-base-managed: Reconcile
     istio-injection: disabled
diff --git a/chart/templates/istio-gateway/namespace.yaml b/chart/templates/istio-gateway/namespace.yaml
index 2ccb3238a4..9b950e8f31 100644
--- a/chart/templates/istio-gateway/namespace.yaml
+++ b/chart/templates/istio-gateway/namespace.yaml
@@ -2,7 +2,7 @@
 apiVersion: v1
 kind: Namespace
 metadata:
-  name: istio-gateway
+  name: istio-system
   labels:
     istio-gateway-managed: Reconcile
     istio-injection: disabled
diff --git a/chart/templates/istiod/namespace.yaml b/chart/templates/istiod/namespace.yaml
index c9b68271c1..90c856ce5f 100644
--- a/chart/templates/istiod/namespace.yaml
+++ b/chart/templates/istiod/namespace.yaml
@@ -2,7 +2,7 @@
 apiVersion: v1
 kind: Namespace
 metadata:
-  name: istiod
+  name: istio-system
   labels:
     istiod-managed: Reconcile
     istio-injection: disabled
-- 
GitLab