mirror of https://github.com/knative/docs.git
Update role reference in sample (#276)
This may require double check / confirmation, but My cluster did not have a `viewer` role. It did have a `view` role though.
This commit is contained in:
parent
cc19f3970f
commit
146b7e203b
|
@ -53,6 +53,6 @@ subjects:
|
|||
namespace: default
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: viewer
|
||||
name: view
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
---
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue