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

Commit 1ef146f

Browse files
author
Simon Lord
committed
Add missing 'get' verb for mysql-operator to get cluster root password secret it needs
1 parent 2a251f7 commit 1ef146f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mysql-operator/templates/02-rbac.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ rules:
3131

3232
- apiGroups: [""]
3333
resources: ["secrets"]
34-
verbs: ["create"]
34+
verbs:
35+
- create
36+
- get
3537

3638
- apiGroups: [""]
3739
resources:

0 commit comments

Comments
 (0)