From bbc6a6d624b2139fceb49eb0c9ef00e80357999d Mon Sep 17 00:00:00 2001 From: ange Date: Thu, 16 May 2024 01:54:02 +0200 Subject: [PATCH] fix: REF_NAME -> INSTANCE_NAME --- 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 b2b2a92..0d09732 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-$REF_NAME" + name: "homepage-$INSTANCE_NAME" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole