From d419597d0792dcff34c360a8f24fc0c14e030c3d Mon Sep 17 00:00:00 2001 From: Yuki Kirii Date: Fri, 3 May 2019 00:13:06 +0900 Subject: [PATCH] Modify kind of mysql-agent role Signed-off-by: Yuki Kirii --- contrib/manifests/rbac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/manifests/rbac.yaml b/contrib/manifests/rbac.yaml index 8c20ed093..d06eb465a 100644 --- a/contrib/manifests/rbac.yaml +++ b/contrib/manifests/rbac.yaml @@ -74,7 +74,7 @@ rules: --- apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRole +kind: Role metadata: name: mysql-agent rules: @@ -119,7 +119,7 @@ metadata: name: mysql-operator roleRef: apiGroup: rbac.authorization.k8s.io - kind: Role + kind: Role name: mysql-operator subjects: - kind: ServiceAccount