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:
Eric Bottard 2018-07-31 00:30:37 +02:00 committed by Google Prow Robot
parent cc19f3970f
commit 146b7e203b
1 changed files with 2 additions and 2 deletions

View File

@ -53,6 +53,6 @@ subjects:
namespace: default
roleRef:
kind: ClusterRole
name: viewer
name: view
apiGroup: rbac.authorization.k8s.io
---
---