snapshots #10

Merged
jandre merged 69 commits from snapshots into master 2023-04-24 06:49:52 +00:00
Showing only changes of commit 61f45a7940 - Show all commits

View File

@ -366,7 +366,7 @@ func (r *BackupConfigurationReconciler) createRBACSidecar(sa corev1.ServiceAccou
}, },
Rules: []rbacv1.PolicyRule{ Rules: []rbacv1.PolicyRule{
rbacv1.PolicyRule{ rbacv1.PolicyRule{
Verbs: []string{"get", "list", "update"}, Verbs: []string{"get", "list", "watch", "update"},
APIGroups: []string{"apps"}, APIGroups: []string{"apps"},
Resources: []string{"deployments"}, Resources: []string{"deployments"},
}, },