diff --git a/config/rbac/daemon_role.yaml b/config/rbac/daemon_role.yaml index a21c28b83f..a1b5a732f0 100644 --- a/config/rbac/daemon_role.yaml +++ b/config/rbac/daemon_role.yaml @@ -64,3 +64,11 @@ rules: - get - patch - update +- apiGroups: + - "" + resources: + - secrets + verbs: + - get + - list + - watch