From b24b3fd48b8eb38eb2aec8c2a5621639ab73c25e Mon Sep 17 00:00:00 2001 From: Markus Wieland <44964229+SoWieMarkus@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:09:41 +0100 Subject: [PATCH] Remove duplicate namePrefix from cortex values Removed namePrefix for unambiguous cortex deployments. --- helm/library/cortex/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/library/cortex/values.yaml b/helm/library/cortex/values.yaml index e7a475184..ad3c7ba8b 100644 --- a/helm/library/cortex/values.yaml +++ b/helm/library/cortex/values.yaml @@ -44,9 +44,6 @@ controllerManager: terminationGracePeriodSeconds: 10 serviceAccountName: controller-manager -# Use this to unambiguate multiple cortex deployments in the same cluster. -namePrefix: cortex - # [RBAC]: To enable RBAC (Permissions) configurations rbac: enable: true