Skip to content

Commit

Permalink
remove namespace from clusterrole
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack committed Sep 9, 2023
1 parent 064479f commit 70b892e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ func appClusterRole(cr *hyperfoilv1alpha1.Horreum) *rbacv1.ClusterRole {
return &rbacv1.ClusterRole{
ObjectMeta: metav1.ObjectMeta{
Name: "horreum-init-cluster-role",
Namespace: cr.Namespace,
},
Rules: []rbacv1.PolicyRule{
{
Expand Down

0 comments on commit 70b892e

Please sign in to comment.