Skip to content

Commit f2fa1f5

Browse files
authored
Merge pull request #95980 from dustymabe/dusty-unauthwebhook-clusterrole
Set ClusterRole for roleRef in unauth webook example
2 parents a4d1212 + 4d13f6f commit f2fa1f5

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)