From 663a17f23022658275a7c84a5370ab737d1e2e39 Mon Sep 17 00:00:00 2001 From: zryfish Date: Thu, 14 Jun 2018 16:53:43 +0800 Subject: [PATCH] Fix typo --- install/ingress-controller/4-clusterrolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ingress-controller/4-clusterrolebinding.yaml b/install/ingress-controller/4-clusterrolebinding.yaml index ad17cd58e..6695f1151 100644 --- a/install/ingress-controller/4-clusterrolebinding.yaml +++ b/install/ingress-controller/4-clusterrolebinding.yaml @@ -5,7 +5,7 @@ metadata: roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: kubesphere-roter-clusterrole + name: kubesphere-router-clusterrole subjects: - kind: ServiceAccount name: kubesphere-router-serviceaccount