From 3c5a75319018f6721c4efd9dd49780a1b750a42b Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Fri, 30 Aug 2024 15:36:15 +0530 Subject: [PATCH] deploy: remove extra prefix: csi-addons- Signed-off-by: Rakshith R --- config/default/kustomization.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 062392e03..33ef12e51 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -1,13 +1,6 @@ # Adds namespace to all resources. namespace: csi-addons-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: csi-addons- - # Labels to add to all resources and selectors. #labels: #- includeSelectors: true