Skip to content

Commit 8e6f327

Browse files
authored
Merge pull request #96327 from openshift-cherrypick-robot/cherry-pick-95980-to-enterprise-4.19
[enterprise-4.19] Set ClusterRole for roleRef in unauth webook example
2 parents 5efcaaa + bc5b384 commit 8e6f327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/unauthenticated-users-system-webhook.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ metadata:
3737
namespace: <namespace> <1>
3838
roleRef:
3939
apiGroup: rbac.authorization.k8s.io
40-
kind: Role
40+
kind: ClusterRole
4141
name: "system:webhook"
4242
subjects:
4343
- apiGroup: rbac.authorization.k8s.io

0 commit comments

Comments
 (0)