Skip to content

Commit

Permalink
Merge pull request #1065 from oracle/rmarano
Browse files Browse the repository at this point in the history
update RBAC policy example, jenkins-ignore
  • Loading branch information
rjeberhard authored Jun 12, 2019
2 parents 3b1f4b1 + 7e96dfc commit 60c7611
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ rules:
- apiGroups: ["weblogic.oracle"]
resources: ["domains"]
verbs: ["get", "list", "update"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["get", "list"]
---
#
# creating role-bindings for cluster role
Expand Down

0 comments on commit 60c7611

Please sign in to comment.