diff --git a/docs/adr/0014-turtles-ui-installation.md b/docs/adr/0014-turtles-ui-installation.md index 3a45c632..035c2fee 100644 --- a/docs/adr/0014-turtles-ui-installation.md +++ b/docs/adr/0014-turtles-ui-installation.md @@ -34,7 +34,7 @@ This process is more complicated then a combined and automated installation, and The proposed solution is to install UI extension chart as a `Helm` dependency for the Turtles `Helm` chart. This will leverage `questions.yaml` [integration][] to allow users to configure extension settings or disable UI chart installation. -UI extensions use `cattle-ui-plugin-system` namespace. Turtles will leverage a new controller, which will be able to asyncroniously move the `UIPlugin` resource to the namespace, once it is available and Rancher chart is installed. +UI extensions use `cattle-ui-plugin-system` namespace. Turtles will leverage a new controller, which will be able to asynchronously move the `UIPlugin` resource to the namespace, once it is available and Rancher chart is installed. Turtles chart will manage the lifecycle of UI extension by setting ownership references on the `UIPlugin` resource, to ensure automatic deletion on chart removal.