Skip to content

Commit

Permalink
doc fix - addon example readme link fix (#225)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ng <[email protected]>
  • Loading branch information
mikeshng authored Nov 23, 2023
1 parent 51742bc commit 674dd82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ We have several AddOn examples for user to understand how Addon works and how to
- the [helloworld_helm example](helloworld_helm) is implemented using Helm Chart.
- the [helloworld_hosted example](helloworld_hosted) is implemented using Go templateds, and support running the agent
deployment on a hosting cluster cluster.
- the [helloworld-template example](deplpy/addon/helloworld-template) is implemented using the AddOnTemplate API, it
- the [helloworld-template example](deploy/addon/helloworld-template) is implemented using the AddOnTemplate API, it
is managed by the global addon-manager, so there is no dedicated addon-manager pod running on the hub cluster for it.
- the [kubernetes-dashboard](deplpy/addon/kubernetes-dashboard) is another addon implemented using the AddOnTemplate API
- the [kubernetes-dashboard](deploy/addon/kubernetes-dashboard) is another addon implemented using the AddOnTemplate API
to install [a kubernetes dashboard](https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/)
for a managed cluster.

Expand Down

0 comments on commit 674dd82

Please sign in to comment.