Skip to content

Commit

Permalink
Update content/en/developer-guides/addon.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jian Qiu <jqiu@redhat.com>
  • Loading branch information
haoqing0110 and qiujian16 authored Mar 28, 2024
1 parent 580b422 commit 4e57b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/developer-guides/addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ agentAddon, err := addonfactory.NewAgentAddonFactory(addonName, FS, "manifests")
BuildTemplateAgentAddon()
```

Addtionally, if you are using addon-framework v0.8.1 and v0.9.0, need to grant a `patch` permission on `ClusterManagementAddon` to your addon manager.
Addtionally, if you are using addon-framework v0.8.1 or higher, need to grant a `patch` permission on `ClusterManagementAddon` to your addon manager.

```yaml
kind: ClusterRole
Expand Down

0 comments on commit 4e57b8d

Please sign in to comment.