diff --git a/controllers/backupconfiguration_controller_helpers.go b/controllers/backupconfiguration_controller_helpers.go index 20094ba..18527a1 100644 --- a/controllers/backupconfiguration_controller_helpers.go +++ b/controllers/backupconfiguration_controller_helpers.go @@ -366,7 +366,7 @@ func (r *BackupConfigurationReconciler) createRBACSidecar(sa corev1.ServiceAccou }, Rules: []rbacv1.PolicyRule{ rbacv1.PolicyRule{ - Verbs: []string{"get", "list", "update"}, + Verbs: []string{"get", "list", "watch", "update"}, APIGroups: []string{"apps"}, Resources: []string{"deployments"}, },