From fbf14e69be6277df20dffa89453eddfb182d34b2 Mon Sep 17 00:00:00 2001 From: Greg <miernicki_gregory@bah.com> Date: Wed, 17 Jul 2024 12:37:18 -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-gateway/namespace.yaml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/istio-gateway/namespace.yaml b/chart/templates/istio-gateway/namespace.yaml index 9b950e8f31..acee7db97c 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-system + name: istio-ingress labels: istio-gateway-managed: Reconcile istio-injection: disabled diff --git a/chart/values.yaml b/chart/values.yaml index 75816fd954..584dfe9165 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -168,7 +168,7 @@ istioBase: git: repo: https://repo1.dso.mil/big-bang/apps/sandbox/istio-base.git path: "./chart" - branch: "bb-2213-istio-base" + branch: "main" #tag: helmRepo: repoName: "registry1" -- GitLab