Skip to content

Commit

Permalink
Merge pull request #58 from projectsyn/fix/rbac-finalizer
Browse files Browse the repository at this point in the history
Add apiextensions apiGroup to CR for RBAC-Manager
  • Loading branch information
TheBigLee authored Feb 8, 2023
2 parents d59586f + aa528da commit 53fd8b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions component/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ local rbacFinalizerRole = kube.ClusterRole('crossplane-rbac-manager:finalizer')
{
apiGroups: [
'pkg.crossplane.io',
'apiextensions.crossplane.io',
],
resources: [
'*/finalizers',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
rules:
- apiGroups:
- pkg.crossplane.io
- apiextensions.crossplane.io
resources:
- '*/finalizers'
verbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
rules:
- apiGroups:
- pkg.crossplane.io
- apiextensions.crossplane.io
resources:
- '*/finalizers'
verbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
rules:
- apiGroups:
- pkg.crossplane.io
- apiextensions.crossplane.io
resources:
- '*/finalizers'
verbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
rules:
- apiGroups:
- pkg.crossplane.io
- apiextensions.crossplane.io
resources:
- '*/finalizers'
verbs:
Expand Down

0 comments on commit 53fd8b6

Please sign in to comment.