Skip to content

Commit

Permalink
fix service-binding role group
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Mar 19, 2021
1 parent feedc35 commit 6099666
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/rbac/operator-role-service-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
app: "camel-k"
rules:
- apiGroups:
- operators.coreos.com
- binding.operators.coreos.com
resources:
- servicebindings
verbs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ spec:
verbs:
- create
- apiGroups:
- operators.coreos.com
- binding.operators.coreos.com
resources:
- servicebindings
verbs:
Expand Down
4 changes: 2 additions & 2 deletions pkg/resources/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6099666

Please sign in to comment.