Fix SMI cluster role binding

This commit is contained in:
stefanprodan 2019-05-11 14:08:58 +03:00
parent bd817cc520
commit 7fe273a21d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ subjects:
name: smi-adapter-istio
namespace: istio-system
roleRef:
kind: Role
kind: ClusterRole
name: smi-adapter-istio
apiGroup: rbac.authorization.k8s.io
---