From 2073d2991f4616c9ed7619f7b3c1a30999328f25 Mon Sep 17 00:00:00 2001 From: abdennour Date: Tue, 5 Nov 2024 15:21:23 +0300 Subject: [PATCH] style(px-central): remove uneeded metadata field #664 --- .../px-central/templates/px-lighthouse/pxcentral-api-server.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/px-central/templates/px-lighthouse/pxcentral-api-server.yaml b/charts/px-central/templates/px-lighthouse/pxcentral-api-server.yaml index 9f18b479..c5400f35 100644 --- a/charts/px-central/templates/px-lighthouse/pxcentral-api-server.yaml +++ b/charts/px-central/templates/px-lighthouse/pxcentral-api-server.yaml @@ -59,7 +59,6 @@ kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: {{ .Release.Name | quote }}-{{ .Release.Namespace }} - namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/component: pxcentral-apiserver {{- include "px-central.labels" . | nindent 4 }}