Skip to content

Commit

Permalink
fix: grant permissions to patch the bundledeployment status
Browse files Browse the repository at this point in the history
  • Loading branch information
aruiz14 authored and thardeck committed Oct 29, 2024
1 parent 75c3a88 commit df7140c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func ApplyBootstrapResources(systemNamespace, systemRegistrationNamespace string
Resources: []string{fleet.BundleDeploymentResourceNamePlural},
},
{
Verbs: []string{"update"},
Verbs: []string{"update", "patch"},
APIGroups: []string{fleet.SchemeGroupVersion.Group},
Resources: []string{fleet.BundleDeploymentResourceNamePlural + "/status"},
},
Expand Down

0 comments on commit df7140c

Please sign in to comment.