We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e918c31 commit 173081cCopy full SHA for 173081c
docs-source/content/userguide/managing-domains/domain-lifecycle/scaling.md
@@ -206,9 +206,12 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
206
metadata:
207
name: weblogic-domain-cluster-role
208
rules:
209
-- apiGroups: ["apiextensions.k8s.io", "weblogic.oracle"]
210
- resources: ["customresourcedefinitions", "domains"]
211
- verbs: ["get", "list", "update"]
+ - apiGroups: ["weblogic.oracle"]
+ resources: ["domains"]
+ verbs: ["get", "list", "update"]
212
+ - apiGroups: ["apiextensions.k8s.io"]
213
+ resources: ["customresourcedefinitions"]
214
+ verbs: ["get", "list"]
215
---
216
#
217
# creating role-bindings for cluster role
0 commit comments