diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 9cb0d263086e0ed2a6d0ae6b843da68a556d12f9..8a4277a8e6f5d3a35b00cecae2384560b37cb229 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -43,3 +43,11 @@ rules: - get - patch - update +- apiGroups: + - "" + resources: + - secrets + verbs: + - get + - list + - watch