Skip to content

Commit 7367339

Browse files
authored
fix RBAC in Helm-chart (#247)
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
1 parent 88b0b6a commit 7367339

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

charts/etcd-operator/templates/rbac/clusterrole-manager-role.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ rules:
1717
- patch
1818
- update
1919
- watch
20+
- apiGroups:
21+
- ""
22+
resources:
23+
- endpoints
24+
verbs:
25+
- get
26+
- list
27+
- watch
28+
- apiGroups:
29+
- ""
30+
resources:
31+
- secrets
32+
verbs:
33+
- list
34+
- get
35+
- watch
2036
- apiGroups:
2137
- ""
2238
resources:

config/rbac/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rules:
3030
- secrets
3131
verbs:
3232
- list
33-
- view
33+
- get
3434
- watch
3535
- apiGroups:
3636
- ""

0 commit comments

Comments
 (0)