From 5150391f9a03d5bd66e2afb2cd8f6a209558a0e8 Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Mon, 3 Jun 2024 16:44:00 +0530 Subject: [PATCH] fix: remove extra metadata from clusterrole template (#138) --- charts/reports-server/templates/cluster-roles.yaml | 1 - config/install.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/charts/reports-server/templates/cluster-roles.yaml b/charts/reports-server/templates/cluster-roles.yaml index 7966f1e..bb51d48 100644 --- a/charts/reports-server/templates/cluster-roles.yaml +++ b/charts/reports-server/templates/cluster-roles.yaml @@ -1,6 +1,5 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole -metadata: metadata: name: {{ include "reports-server.fullname" . }} labels: diff --git a/config/install.yaml b/config/install.yaml index e5f1d69..7716790 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -42,7 +42,6 @@ data: --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole -metadata: metadata: name: reports-server labels: