Skip to content

Commit

Permalink
Add proper labels in experimental ClusterRoles
Browse files Browse the repository at this point in the history
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
  • Loading branch information
furkatgofurov7 committed May 7, 2024
1 parent aadef09 commit 5a03bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ClusterRole
metadata:
name: manager-role
labels:
turtles-capi.cattle.io/aggregate-to-manager: "true"
rancher-turtles-exp/aggregate-to-manager: "true"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
2 changes: 1 addition & 1 deletion config/exp/etcdrestore/rbac/aggregated_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
aggregationRule:
clusterRoleSelectors:
- matchLabels:
rancher-turtles/aggregate-to-manager: "true"
rancher-turtles-exp/aggregate-to-manager: "true"
rules: []

0 comments on commit 5a03bda

Please sign in to comment.