Skip to content

Commit e4b6174

Browse files
committed
add domains in rbac policy
1 parent f8c5296 commit e4b6174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/resources/wldf/wldf-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: weblogic-domain-cluster-role
55
rules:
66
- apiGroups: ["apiextensions.k8s.io"]
7-
resources: ["customresourcedefinitions"]
7+
resources: ["customresourcedefinitions", "domains"]
88
verbs: ["get", "list", "update"]
99
---
1010
#

0 commit comments

Comments
 (0)