From 2855d3017805d60043df21e54ca12d068fd9ee01 Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Wed, 17 Jul 2024 18:07:10 +0530 Subject: [PATCH] kuma: update default namespace to kong-mesh-system Signed-off-by: Sanskar Jaiswal --- docs/gitbook/tutorials/kuma-progressive-delivery.md | 2 +- kustomize/kuma/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/tutorials/kuma-progressive-delivery.md b/docs/gitbook/tutorials/kuma-progressive-delivery.md index b09133c88..626e62a2f 100644 --- a/docs/gitbook/tutorials/kuma-progressive-delivery.md +++ b/docs/gitbook/tutorials/kuma-progressive-delivery.md @@ -15,7 +15,7 @@ kumactl install control-plane | kubectl apply -f - kumactl install observability --components "grafana,prometheus" | kubectl apply -f - ``` -Install Flagger in the `kuma-system` namespace: +Install Flagger in the `kong-mesh-system` namespace: ```bash kubectl apply -k github.com/fluxcd/flagger//kustomize/kuma diff --git a/kustomize/kuma/kustomization.yaml b/kustomize/kuma/kustomization.yaml index e17f64b06..21a72816c 100644 --- a/kustomize/kuma/kustomization.yaml +++ b/kustomize/kuma/kustomization.yaml @@ -1,4 +1,4 @@ -namespace: kuma-system +namespace: kong-mesh-system bases: - ../base/flagger/ patchesStrategicMerge: