Skip to content

Commit

Permalink
Update scaling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard authored Jun 12, 2019
1 parent 173081c commit 7e96dfc
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: weblogic-domain-cluster-role
rules:
- apiGroups: ["weblogic.oracle"]
resources: ["domains"]
verbs: ["get", "list", "update"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["get", "list"]
- 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 7e96dfc

Please sign in to comment.