diff --git a/deploy/rbac/cluster-role.yaml b/deploy/rbac/cluster-role.yaml index 8f430c9..6552dec 100644 --- a/deploy/rbac/cluster-role.yaml +++ b/deploy/rbac/cluster-role.yaml @@ -12,4 +12,13 @@ rules: verbs: - get - list - - watch \ No newline at end of file + - watch +- apiGroups: + - "" + resources: + - pods + verbs: + - get + - list + - watch + - patch \ No newline at end of file