Skip to content

Commit

Permalink
Fix #792: add missing mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro authored and astefanutti committed Sep 18, 2019
1 parent 4fa3d1a commit cd6cf55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/fastmapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var allowedAPIGroups = map[string]bool{
"apiextensions.k8s.io": true,
"apps": true,
"camel.apache.org": true,
"project.openshift.io": true, // used in e2e tests
"rbac.authorization.k8s.io": true,
}

Expand Down

0 comments on commit cd6cf55

Please sign in to comment.