Skip to content

Commit 2b342a1

Browse files
committed
Fix: add missing permissions
1 parent 2df8ee4 commit 2b342a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

charts/redisoperator/templates/service-account.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ rules:
2121
resources:
2222
- redisfailovers
2323
- redisfailovers/finalizers
24+
- redisfailovers/status
2425
verbs:
2526
- create
2627
- delete
@@ -99,6 +100,13 @@ rules:
99100
- patch
100101
- update
101102
- watch
103+
- apiGroups:
104+
- networking.k8s.io
105+
resources:
106+
- networkpolicies
107+
verbs:
108+
- get
109+
- list
102110
---
103111
kind: ClusterRoleBinding
104112
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)