From c538c704d1a8a6e985024ccc8c2d6ab60fed3083 Mon Sep 17 00:00:00 2001 From: Abbas Gheydi Date: Wed, 8 Nov 2023 15:53:12 +0330 Subject: [PATCH] make rls ns shorter --- config/default/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 242a7a3..69f0625 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -1,12 +1,12 @@ # Adds namespace to all resources. -namespace: contour-rls-operator-system +namespace: contour-rls-system # Value of this field is prepended to the # names of all resources, e.g. a deployment named # "wordpress" becomes "alices-wordpress". # Note that it should also match with the prefix (text before '-') of the namespace # field above. -namePrefix: contour-rls-operator- +namePrefix: contour-rls- # Labels to add to all resources and selectors. #commonLabels: