From 0cf68f8e82364bf31c04670373589daaec043360 Mon Sep 17 00:00:00 2001 From: ange Date: Thu, 16 May 2024 01:51:25 +0200 Subject: [PATCH] fix: clusterrole per namespace --- manifests/common/clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/common/clusterrole.yaml b/manifests/common/clusterrole.yaml index 8580135..b2b2a92 100644 --- a/manifests/common/clusterrole.yaml +++ b/manifests/common/clusterrole.yaml @@ -21,7 +21,7 @@ rules: apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: - name: homepage + name: "homepage-$REF_NAME" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole