Skip to content

Commit 0cda7df

Browse files
authored
Update role_binding.yaml
1 parent b5bbcea commit 0cda7df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

multi-namespace-redb/role_binding.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ subjects:
66
- kind: ServiceAccount
77
name: redis-enterprise-operator
88
namespace: NAMESPACE_OF_SERVICE_ACCOUNT
9+
- kind: ServiceAccount
10+
name: redis-enterprise-admission
11+
namespace: NAMESPACE_OF_SERVICE_ACCOUNT
912
- kind: ServiceAccount
1013
name: NAME_OF_REC_SERVICE_ACCOUNT # service account of the REC, usually the same as the name of the custom resource
1114
namespace: NAMESPACE_OF_SERVICE_ACCOUNT

0 commit comments

Comments
 (0)