Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Modify the kind of mysql-agent role in contrib/manifests/rbac.yaml #276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contrib/manifests/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ rules:

---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
kind: Role
metadata:
name: mysql-agent
rules:
Expand Down Expand Up @@ -119,7 +119,7 @@ metadata:
name: mysql-operator
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
kind: Role
name: mysql-operator
subjects:
- kind: ServiceAccount
Expand Down